Uses of Class
org.xlsx4j.org.apache.poi.ss.util.NormalisedDecimal
Packages that use NormalisedDecimal
-
Uses of NormalisedDecimal in org.xlsx4j.org.apache.poi.ss.util
Methods in org.xlsx4j.org.apache.poi.ss.util that return NormalisedDecimalModifier and TypeMethodDescriptionstatic NormalisedDecimalNormalisedDecimal.create(BigInteger frac, int binaryExponent) MutableFPNumber.createNormalisedDecimal(int pow10) ExpandedDouble.normaliseBaseTen()Convert to an equivalentNormalisedDecimalrepresentation having 15 decimal digits of precision in the non-fractional bits of the significand.NormalisedDecimal.roundUnits()Rounds at the digit with value 10decimalExponentMethods in org.xlsx4j.org.apache.poi.ss.util with parameters of type NormalisedDecimalModifier and TypeMethodDescriptionintNormalisedDecimal.compareNormalised(NormalisedDecimal other) assumes both this and other are normalisedprivate static voidNumberToTextConverter.convertToText(StringBuilder sb, NormalisedDecimal pnd)