다음을 통해 공유


MathContext.Digits Property

Definition

Returns the digits setting.

public int Digits { [Android.Runtime.Register("getDigits", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDigits", "()I", "", ApiSince=24)>]
member this.Digits : int

Property Value

an int which is the value of the digits setting

Attributes

Remarks

Returns the digits setting. This value is always non-negative.

Java documentation for android.icu.math.MathContext.getDigits().

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