Partager via


MathContext.Default Property

Definition

A MathContext object initialized to the default settings for general-purpose arithmetic.

[Android.Runtime.Register("DEFAULT", ApiSince=24)]
public static Android.Icu.Math.MathContext? Default { get; }
[<Android.Runtime.Register("DEFAULT", ApiSince=24)>]
static member Default : Android.Icu.Math.MathContext

Property Value

Attributes

Remarks

A MathContext object initialized to the default settings for general-purpose arithmetic. That is, digits=9 form=SCIENTIFIC lostDigits=false roundingMode=ROUND_HALF_UP.

Java documentation for android.icu.math.MathContext.DEFAULT.

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