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 classCompactNotationA class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.classScientificNotationA class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.classSimpleNotationA 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 TNumberFormatterSettings. notation(Notation notation)Specifies the notation style (simple, scientific, or compact) for rendering numbers.
-