Uses of Class
com.ibm.icu.number.ScientificNotation
-
Packages that use ScientificNotation Package Description com.ibm.icu.number -
-
Uses of ScientificNotation in com.ibm.icu.number
Fields in com.ibm.icu.number declared as ScientificNotation Modifier and Type Field Description private static ScientificNotation
Notation. ENGINEERING
(package private) ScientificNotation
ScientificNotation.ScientificHandler. notation
private static ScientificNotation
Notation. SCIENTIFIC
Methods in com.ibm.icu.number that return ScientificNotation Modifier and Type Method Description (package private) ScientificNotation
ScientificNotation. createCopy()
Package-private clone methodstatic 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.Constructors in com.ibm.icu.number with parameters of type ScientificNotation Constructor Description ScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent)
-