The methods of Java.Lang.Double are listed below. For a list of all members, see the Double Members list.
See Also: Inherited members from Java.Lang.Number
static | Compare(double, double)Compares the two specified double values. | |
CompareTo(Double)Compares this object to the specified double object to determine their relative order. | ||
static | DoubleToLongBits(double)Returns an integer corresponding to the bits of the given double precision value. | |
static | DoubleToRawLongBits(double)Returns an integer corresponding to the bits of the given double precision value. | |
override | DoubleValue()Gets the primitive value of this double. | |
override | FloatValue()Returns this object's value as a float. | |
override | IntValue()Returns this object's value as an int. | |
static | InvokeIsInfinite(double)Indicates whether the specified double represents an infinite value. | |
static | InvokeIsNaN(double)Indicates whether the specified double is a Not-a-Number (NaN) value. | |
static | LongBitsToDouble(long)Returns the double precision float corresponding to the given bits. | |
override | LongValue()Returns this object's value as a long. | |
static | ParseDouble(string)Parses the specified string as a double value. | |
static | ToHexString(double)Converts the specified double into its hexadecimal string representation. | |
static | ToString(double)Returns a string containing a concise, human-readable description of the specified double value. | |
static | ValueOf(double)Returns a Double instance for the specified double value. | |
static | ValueOf(string)Parses the specified string as a double value. |