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 ScientificNotationNotation.ENGINEERING(package private) final ScientificNotationScientificNotation.ScientificHandler.notationprivate static final ScientificNotationNotation.SCIENTIFICMethods in com.ibm.icu.number that return ScientificNotationModifier and TypeMethodDescription(package private) ScientificNotationScientificNotation.createCopy()Package-private clone methodstatic ScientificNotationNotation.engineering()Print the number using engineering notation, a variant of scientific notation in which the exponent must be divisible by 3.static ScientificNotationNotation.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 ScientificNotationModifierConstructorDescriptionprivateScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe, MicroPropsGenerator parent)