Java.Lang.Double: Method Members

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

Public Methods

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