|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.bio.util.NumberFormat
public final class NumberFormat
Constructor Summary | |
---|---|
NumberFormat()
|
Method Summary | |
---|---|
static java.lang.String |
formatDouble(double d)
|
static double |
parseDouble(java.lang.String value)
This method parse the given string to a double value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberFormat()
Method Detail |
---|
public static java.lang.String formatDouble(double d)
d
-
public static double parseDouble(java.lang.String value)
Double.NaN
is returned.
Note that this method is 'coma'/'dot' tolerant.
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |