DecimalFormat.MinimumGroupingDigitsMin2 Feld

Definition

<strong>[icu]</strong> Constant for #setMinimumGroupingDigits(int) to specify display grouping using locale defaults, except do not show grouping on values kleiner als 10000 (such that there is a minimum of two digits before the first separator).

[Android.Runtime.Register("MINIMUM_GROUPING_DIGITS_MIN2", ApiSince=33)]
public const int MinimumGroupingDigitsMin2 = -3;
[<Android.Runtime.Register("MINIMUM_GROUPING_DIGITS_MIN2", ApiSince=33)>]
val mutable MinimumGroupingDigitsMin2 : int

Feldwert

Value = -3
Attribute

Hinweise

<strong>[icu]</strong> Constant for #setMinimumGroupingDigits(int) to specify display grouping using locale defaults, except do not show grouping on values kleiner als 10000 (such that there is a minimum of two digits before the first separator).

Java Dokumentation für android.icu.text.DecimalFormat.MINIMUM_GROUPING_DIGITS_MIN2.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: