Class SimpleNotation
java.lang.Object
com.ibm.icu.number.Notation
com.ibm.icu.number.SimpleNotation
-
Method Summary
Methods inherited from class Notation
compactLong, compactShort, engineering, scientific, simpleModifier and TypeMethodDescriptionstatic CompactNotationPrint the number using long-form compact notation.static CompactNotationPrint the number using short-form compact notation.static ScientificNotationPrint the number using engineering notation, a variant of scientific notation in which the exponent must be divisible by 3.static ScientificNotationPrint the number using scientific notation (also known as scientific form, standard index form, or standard form in the UK).static SimpleNotationsimple()Print the number using simple notation without any scaling by powers of ten.