Uses of Class
com.ibm.icu.number.ScientificNotation
-
Packages that use ScientificNotation 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 ScientificNotation in com.ibm.icu.number
Methods in com.ibm.icu.number that return ScientificNotation Modifier and Type Method Description static ScientificNotation
Notation. engineering()
Print the number using engineering notation, a variant of scientific notation in which the exponent must be divisible by 3.static ScientificNotation
Notation. scientific()
Print the number using scientific notation (also known as scientific form, standard index form, or standard form in the UK).ScientificNotation
ScientificNotation. withExponentSignDisplay(NumberFormatter.SignDisplay exponentSignDisplay)
Sets whether to show the sign on positive and negative exponents in scientific notation.ScientificNotation
ScientificNotation. withMinExponentDigits(int minExponentDigits)
Sets the minimum number of digits to show in the exponent of scientific notation, padding with zeros if necessary.
-