MathContext.Decimal64 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A MathContext
object with a precision setting
matching the IEEE 754R Decimal64 format, 16 digits, and a
rounding mode of RoundingMode#HALF_EVEN HALF_EVEN
, the
IEEE 754R default.
[Android.Runtime.Register("DECIMAL64")]
public static Java.Math.MathContext? Decimal64 { get; }
[<Android.Runtime.Register("DECIMAL64")>]
static member Decimal64 : Java.Math.MathContext
Property Value
- Attributes
Remarks
Java documentation for java.math.MathContext.DECIMAL64
.
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.