The members of Java.Lang.Double are listed below.
See Also: Inherited members from Java.Lang.Number
const | MaxValue | double (1.79769313486232E+308). Constant for the maximum double value, (2 - 2-52) * 21023. |
const | MinValue | double (4.94065645841247E-324). Constant for the minimum double value, 2-1074. |
const | NaN | double (NaN). Constant for the Not-a-Number (NaN) value of the double type. |
const | NegativeInfinity | double (-Infinity). Constant for the negative infinity value of the double type. |
const | PositiveInfinity | double (Infinity). Constant for the positive infinity value of the double type. |
const | Size | int (64). Constant for the number of bits needed to represent a double in two's complement form. |
[read-only] | IsInfinite | bool. Indicates whether this object represents an infinite value. |
[read-only] | IsNaN | bool. Indicates whether this object is a Not-a-Number (NaN) value. |
[read-only] static | MaxExponent | int. Maximum base-2 exponent that a finite value of the double type may have. |
[read-only] static | MinExponent | int. Minimum base-2 exponent that a normal value of the double type may have. |
[read-only] static | MinNormal | double. Constant for the smallest positive normal value of the double type. |
[read-only] static | Type | Class. The Java.Lang.Class object that represents the primitive type double. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |
static | Conversion to System.Double(Explicit) | Documentation for this section has not yet been entered. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. | |
IConvertible.GetTypeCode | Documentation for this section has not yet been entered. | |
IConvertible.ToBoolean | Documentation for this section has not yet been entered. | |
IConvertible.ToByte | Documentation for this section has not yet been entered. | |
IConvertible.ToChar | Documentation for this section has not yet been entered. | |
IConvertible.ToDateTime | Documentation for this section has not yet been entered. | |
IConvertible.ToDecimal | Documentation for this section has not yet been entered. | |
IConvertible.ToDouble | Documentation for this section has not yet been entered. | |
IConvertible.ToInt16 | Documentation for this section has not yet been entered. | |
IConvertible.ToInt32 | Documentation for this section has not yet been entered. | |
IConvertible.ToInt64 | Documentation for this section has not yet been entered. | |
IConvertible.ToSByte | Documentation for this section has not yet been entered. | |
IConvertible.ToSingle | Documentation for this section has not yet been entered. | |
IConvertible.ToString | Documentation for this section has not yet been entered. | |
IConvertible.ToType | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt16 | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt32 | Documentation for this section has not yet been entered. | |
IConvertible.ToUInt64 | Documentation for this section has not yet been entered. |