The properties of Java.Math.MathContext are listed below. For a list of all members, see the MathContext Members list.
See Also: Inherited members from Java.Lang.Object
[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. |