Uses of Enum
com.helger.commons.math.RoundHelper.EDecimalType
Packages that use RoundHelper.EDecimalType
-
Uses of RoundHelper.EDecimalType in com.helger.commons.math
Methods in com.helger.commons.math that return RoundHelper.EDecimalTypeModifier and TypeMethodDescriptionstatic RoundHelper.EDecimalTypeReturns the enum constant of this type with the specified name.static RoundHelper.EDecimalType[]RoundHelper.EDecimalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.math with parameters of type RoundHelper.EDecimalTypeModifier and TypeMethodDescriptionstatic StringRoundHelper.getFormatted(double dValue, int nScale, RoundHelper.EDecimalType eType, Locale aLocale) Source: http://www.luschny.de/java/doubleformat.htmlstatic doubleRoundHelper.getRounded(double dValue, int nScale, RoundingMode eMode, RoundHelper.EDecimalType eType) Source: http://www.luschny.de/java/doubleformat.html