The members of System.Double are listed below.
See Also: Inherited members from System.ValueType
const | Epsilon | double (4.94065645841247E-324). Represents the smallest positive double value greater than zero. |
const | MaxValue | double (1.79769313486232E+308). Contains the maximum positive value for the double type. |
const | MinValue | double (-1.79769313486232E+308). Contains the minimum (most negative) value for the double type. |
const | NaN | double (NaN). Represents an undefined result of operations involving double . |
const | NegativeInfinity | double (-Infinity). Represents a negative infinity of type double . |
const | PositiveInfinity | double (Infinity). Represents a positive infinity of type double . |
CompareTo(double)Returns the sort order of the current instance compared to the specified double . | ||
CompareTo(object)Returns the sort order of the current instance compared to the specified object . | ||
Equals(double)Determines whether the current instance and the specified double represent the same value. | ||
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
override | GetHashCode()Generates a hash code for the current instance. | |
GetTypeCode()Documentation for this section has not yet been entered. | ||
static | IsInfinity(double)Determines whether the specified double represents an infinity, which can be either positive or negative. | |
static | IsNaN(double)Determines whether the value of the specified double is undefined (Not-a-Number). | |
static | IsNegativeInfinity(double)Determines whether the specified double represents a negative infinity value. | |
static | IsPositiveInfinity(double)Determines whether the specified double represents a positive infinity value. | |
static | Parse(string)Returns the specified string converted to a double value. | |
static | Parse(string, System.Globalization.NumberStyles)Returns the specified string converted to a double value. | |
static | Parse(string, IFormatProvider)Returns the specified string converted to a double value. | |
static | Parse(string, System.Globalization.NumberStyles, IFormatProvider)Returns the specified string converted to a double value. | |
override | ToString()Returns a string representation of the value of the current instance. | |
ToString(IFormatProvider)Returns a string representation of the value of the current instance. | ||
ToString(string)Returns a string representation of the value of the current instance. | ||
ToString(string, IFormatProvider)Returns a string representation of the value of the current instance. | ||
static | TryParse(string, out double)Documentation for this section has not yet been entered. | |
static | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out double)Documentation for this section has not yet been entered. | |
static | Equality(double, double) | Documentation for this section has not yet been entered. |
static | GreaterThan(double, double) | Documentation for this section has not yet been entered. |
static | GreaterThanOrEqual(double, double) | Documentation for this section has not yet been entered. |
static | Inequality(double, double) | Documentation for this section has not yet been entered. |
static | LessThan(double, double) | Documentation for this section has not yet been entered. |
static | LessThanOrEqual(double, double) | 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.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. |