Package | Description |
---|---|
com.ibm.icu.number |
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
|
Modifier and Type | Method and Description |
---|---|
static NumberFormatter.RoundingPriority |
NumberFormatter.RoundingPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberFormatter.RoundingPriority[] |
NumberFormatter.RoundingPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Precision |
FractionPrecision.withSignificantDigits(int minSignificantDigits,
int maxSignificantDigits,
NumberFormatter.RoundingPriority priority)
Override maximum fraction digits with maximum significant digits depending on the magnitude
of the number.
|
Copyright © 2016 Unicode, Inc. and others.