Uses of Class
com.ibm.icu.number.IntegerWidth
-
Packages that use IntegerWidth Package Description com.ibm.icu.number Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter. -
-
Uses of IntegerWidth in com.ibm.icu.number
Methods in com.ibm.icu.number that return IntegerWidth Modifier and Type Method Description IntegerWidthIntegerWidth. truncateAt(int maxInt)Truncate numbers exceeding a certain number of numerals before the decimal separator.static IntegerWidthIntegerWidth. zeroFillTo(int minInt)Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.Methods in com.ibm.icu.number with parameters of type IntegerWidth Modifier and Type Method Description TNumberFormatterSettings. integerWidth(IntegerWidth style)Specifies the minimum and maximum number of digits to render before the decimal mark.
-