| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean()
Converts this value to a boolean.
|
double |
asDouble()
Converts this value to a double.
|
java.lang.String |
asString()
Converts this value to a string.
|
static DoubleValue |
valueOf(double value)
Returns the double value representing the given double.
|
public static DoubleValue valueOf(double value)
value - the value the double to get a value of.public boolean asBoolean()
Valuepublic double asDouble()
Value