MathContext.Decimal32 Property

Definition

A MathContext object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a rounding mode of RoundingMode#HALF_EVEN HALF_EVEN, the IEEE 754R default.

[Android.Runtime.Register("DECIMAL32")]
public static Java.Math.MathContext? Decimal32 { get; }
[<Android.Runtime.Register("DECIMAL32")>]
static member Decimal32 : Java.Math.MathContext

Property Value

Attributes

Remarks

Java documentation for java.math.MathContext.DECIMAL32.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to