Uses of Class
com.ibm.icu.number.ScientificNotation
Packages that use ScientificNotation
-
Uses of ScientificNotation in com.ibm.icu.number
Fields in com.ibm.icu.number declared as ScientificNotationModifier and TypeFieldDescriptionprivate static final ScientificNotation
Notation.ENGINEERING
(package private) final ScientificNotation
ScientificNotation.ScientificHandler.notation
private static final ScientificNotation
Notation.SCIENTIFIC
Methods in com.ibm.icu.number that return ScientificNotationModifier and TypeMethodDescription(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.withExponentSignDisplay
(NumberFormatter.SignDisplay exponentSignDisplay) Sets whether to show the sign on positive and negative exponents in scientific notation.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 ScientificNotationModifierConstructorDescriptionprivate
ScientificHandler
(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent)