MathContext.Decimal128 Property

Definition

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

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

Property Value

MathContext
Attributes

Remarks

Java documentation for java.math.MathContext.DECIMAL128.

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