Idioma

DecimalFormat.MinimumGroupingDigitsMin2 Campo

Definição

<strong>[icu]</strong> Constant for to #setMinimumGroupingDigits(int) specify display grouping using locale defaults, except do not show grouping on values smaller than 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

Valor do campo

Value = -3
Atributos

Comentários

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

Java documentação para android.icu.text.DecimalFormat.MINIMUM_GROUPING_DIGITS_MIN2.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a