Uses of Class
com.ibm.icu.number.Notation
-
Packages that use Notation 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 Notation in com.ibm.icu.number
Subclasses of Notation in com.ibm.icu.number Modifier and Type Class Description class
CompactNotation
A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.class
ScientificNotation
A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.class
SimpleNotation
A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.Methods in com.ibm.icu.number with parameters of type Notation Modifier and Type Method Description T
NumberFormatterSettings. notation(Notation notation)
Specifies the notation style (simple, scientific, or compact) for rendering numbers.
-