Partager via


Precision.Integer Method

Definition

Show numbers rounded if necessary to the nearest integer.

[Android.Runtime.Register("integer", "()Landroid/icu/number/FractionPrecision;", "", ApiSince=30)]
public static Android.Icu.Number.FractionPrecision? Integer ();
[<Android.Runtime.Register("integer", "()Landroid/icu/number/FractionPrecision;", "", ApiSince=30)>]
static member Integer : unit -> Android.Icu.Number.FractionPrecision

Returns

A FractionPrecision for chaining or passing to the NumberFormatter precision() setter.

Attributes

Remarks

Show numbers rounded if necessary to the nearest integer.

Java documentation for android.icu.number.Precision.integer().

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