Double

Undocumented in source.

Constructors

this
this(double value)
Undocumented in source.
this
this(String str)
Undocumented in source.

Members

Functions

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
parseDouble
double parseDouble(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(double value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_VALUE
double MAX_VALUE;
Undocumented in source.
MIN_VALUE
double MIN_VALUE;
Undocumented in source.
NEGATIVE_INFINITY
double NEGATIVE_INFINITY;
Undocumented in source.
POSITIVE_INFINITY
double POSITIVE_INFINITY;
Undocumented in source.

Inherited Members

From Number

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source.
floatValue
float floatValue()
Undocumented in source.
intValue
int intValue()
Undocumented in source.
longValue
long longValue()
Undocumented in source.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta