|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Double
| Field Summary | |
static double |
MAX_VALUE
|
static double |
MIN_VALUE
|
static double |
NaN
|
static double |
NEGATIVE_INFINITY
|
static double |
POSITIVE_INFINITY
|
| Constructor Summary | |
Double(double value)
Declare constructor |
|
| Method Summary | |
byte |
byteValue()
Get the value of this double as a byte (by casting to a byte) |
static long |
doubleToLongBits(double value)
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout |
double |
doubleValue()
Returns the double value of this double |
boolean |
equals(Object obj)
Test if the value of this object equals another objects value |
float |
floatValue()
Returns the float value of this double |
int |
hashCode()
Returns the hash value for this Double |
int |
intValue()
Returns the integer value of this Double (by casting to an int) |
boolean |
isInfinite()
Returns true if this Double is infinitely large in magnitude |
static boolean |
isInfinite(double v)
Returns true if the double passed in is infinitely large in magnitude |
boolean |
isNaN()
Returns true if this Double value is the special NaN (Not A Number) value |
static boolean |
isNaN(double v)
Returns true if the double value passed in is NaN (Not A Number) |
static double |
longBitsToDouble(long bits)
Returns the double corresponding to a given bit represention. |
long |
longValue()
Returns the long value of this Double (by casting to a long) |
static double |
parseDouble(java.lang.String s)
Returns a new double initialized with the value represented by the specified String |
short |
shortValue()
Returns the value of this Double as a short (by casting to a short) |
java.lang.String |
toString()
Returns a String representation of this Double |
static java.lang.String |
toString(double d)
Returns a String representation for the specified double value |
static Double |
valueOf(java.lang.String s)
Returns the double value represented by the specified String |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final double MAX_VALUE
public static final double MIN_VALUE
public static final double NaN
public static final double NEGATIVE_INFINITY
public static final double POSITIVE_INFINITY
| Constructor Detail |
public Double(double value)
| Method Detail |
public byte byteValue()
public static long doubleToLongBits(double value)
public double doubleValue()
public boolean equals(Object obj)
equals in class Objectobj - The other object
public float floatValue()
public int hashCode()
hashCode in class Objectpublic int intValue()
public boolean isInfinite()
public static boolean isInfinite(double v)
v - double to be tested
public boolean isNaN()
public static boolean isNaN(double v)
v - the double to be tested
public static double longBitsToDouble(long bits)
public long longValue()
public static double parseDouble(java.lang.String s)
throws NumberFormatException
s - the string to be parsed
NumberFormatExceptionpublic short shortValue()
public java.lang.String toString()
toString in class Objectpublic static java.lang.String toString(double d)
d - the double to be converted
public static Double valueOf(java.lang.String s)
throws NumberFormatException
s - the String to be parsed
NumberFormatException
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||