Uses of Class
com.helger.commons.math.RoundHelper.EDecimalType
-
Packages that use RoundHelper.EDecimalType Package Description com.helger.commons.math -
-
Uses of RoundHelper.EDecimalType in com.helger.commons.math
Methods in com.helger.commons.math that return RoundHelper.EDecimalType Modifier and Type Method Description static RoundHelper.EDecimalTypeRoundHelper.EDecimalType. valueOf(String name)Returns 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.EDecimalType Modifier and Type Method Description static 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
-