| CompareTo(double) : intReturns the sort order of the current instance compared
to the specified double . |
| CompareTo(object) : intReturns the sort order of the current instance compared
to the specified object . |
| Equals(double) : boolDetermines whether the current instance and the
specified double represent the same value. |
override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the same type and value. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
| GetTypeCode() : TypeCodeDocumentation for this section has not yet been entered. |
static | IsInfinity(double) : boolDetermines whether the specified double represents an infinity,
which can be either positive or negative. |
static | IsNaN(double) : bool Determines whether the value of the specified double
is undefined (Not-a-Number). |
static | IsNegativeInfinity(double) : bool Determines whether the specified double
represents a negative infinity value. |
static | IsPositiveInfinity(double) : bool Determines whether the specified double
represents a positive infinity value. |
static | Parse(string) : doubleReturns the specified string converted to a double value. |
static | Parse(string, System.Globalization.NumberStyles) : doubleReturns the specified string converted to a double value. |
static | Parse(string, IFormatProvider) : doubleReturns the specified string converted to a double value. |
static | Parse(string, System.Globalization.NumberStyles, IFormatProvider) : doubleReturns the specified string converted to a double value. |
override | ToString() : stringReturns a string representation of the value of the current instance. |
| ToString(IFormatProvider) : stringReturns a string representation of the value of the
current instance. |
| ToString(string) : stringReturns a string representation of the value of the current instance. |
| ToString(string, IFormatProvider) : stringReturns a string representation of the value of the current instance. |
static | TryParse(string, out double) : boolDocumentation for this section has not yet been entered. |
static | TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out double) : boolDocumentation for this section has not yet been entered. |