Uses of Enum
com.ibm.icu.number.NumberFormatter.RoundingPriority
Packages that use NumberFormatter.RoundingPriority
Package
Description
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
-
Uses of NumberFormatter.RoundingPriority in com.ibm.icu.number
Methods in com.ibm.icu.number that return NumberFormatter.RoundingPriorityModifier and TypeMethodDescriptionReturns 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.Methods in com.ibm.icu.number with parameters of type NumberFormatter.RoundingPriorityModifier and TypeMethodDescriptionFractionPrecision.withSignificantDigits
(int minSignificantDigits, int maxSignificantDigits, NumberFormatter.RoundingPriority priority) Override maximum fraction digits with maximum significant digits depending on the magnitude of the number.