DecimalFormat.MinimumGroupingDigitsMin2 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<strong>[icu]</strong> Constant for #setMinimumGroupingDigits(int)
to 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
Field Value
Value = -3- Attributes
Remarks
<strong>[icu]</strong> Constant for #setMinimumGroupingDigits(int)
to 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 documentation for android.icu.text.DecimalFormat.MINIMUM_GROUPING_DIGITS_MIN2
.
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.