|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.koala.koalautil.DoubleUtil
utilites for handling double values
| Constructor Summary | |
DoubleUtil()
|
|
| Method Summary | |
static double |
parseDoubleNoSeparators(java.lang.String value,
int precision)
|
static java.lang.String |
toCurrencyString(double aDouble)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DoubleUtil()
| Method Detail |
public static java.lang.String toCurrencyString(double aDouble)
throws ChainedException
aDouble -
ChainedException
public static double parseDoubleNoSeparators(java.lang.String value,
int precision)
throws ChainedException
value - precision -
ChainedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||