The members of Java.Math.MathContext are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new MathContext with the specified precision and with the rounding mode RoundingMode.HalfUp. | ||
Constructs a new MathContext from a string. | ||
Constructs a new MathContext with the specified precision and with the specified rounding mode. |
[read-only] static | Decimal128 | MathContext. A MathContext which corresponds to the quadruple decimal precision format: 34 digit precision and RoundingMode.HalfEven rounding. |
[read-only] static | Decimal32 | MathContext. A MathContext which corresponds to the single decimal precision format: 7 digit precision and RoundingMode.HalfEven rounding. |
[read-only] static | Decimal64 | MathContext. A MathContext which corresponds to the double decimal precision format: 16 digit precision and RoundingMode.HalfEven rounding. |
[read-only] | Precision | int. Returns the precision. |
[read-only] | RoundingMode | RoundingMode. Returns the rounding mode. |
[read-only] static | Unlimited | MathContext. A MathContext for unlimited precision with RoundingMode.HalfUp rounding. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |