| Package | Description |
|---|---|
| com.phloc.commons.math |
| Modifier and Type | Method and Description |
|---|---|
static RoundHelper.EDecimalType |
RoundHelper.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RoundHelper.getFormatted(double dValue,
int nScale,
RoundHelper.EDecimalType eType,
Locale aLocale)
Source: http://www.luschny.de/java/doubleformat.html
|
static double |
RoundHelper.getRounded(double dValue,
int nScale,
RoundingMode eMode,
RoundHelper.EDecimalType eType)
Source: http://www.luschny.de/java/doubleformat.html
|
Copyright © 2006–2015 phloc systems. All rights reserved.