public class FloatingDecimal extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
MARKER |
| Constructor and Description |
|---|
FloatingDecimal(double d) |
FloatingDecimal(float f) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(Appendable buf) |
double |
doubleValue() |
float |
floatValue() |
static FloatingDecimal |
readJavaFormatString(String in) |
String |
toJavaFormatString() |
String |
toString() |
public FloatingDecimal(double d)
public FloatingDecimal(float f)
public String toJavaFormatString()
public void appendTo(Appendable buf)
public static FloatingDecimal readJavaFormatString(String in) throws NumberFormatException
NumberFormatExceptionpublic double doubleValue()
public float floatValue()
Copyright © 2013. All Rights Reserved.