System.Double: Method Members

The methods of System.Double are listed below. For a list of all members, see the Double Members list.

See Also: Inherited members from System.ValueType

Public Methods

CompareTo(double) : int

Compares this instance to a specified double-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified double-precision floating-point number.

CompareTo(object) : int

Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified object.

Equals(double) : bool

Returns a value indicating whether this instance and a specified double object represent the same value.

override
Equals(object) : bool

Returns a value indicating whether this instance is equal to a specified object.

override
GetHashCode() : int

Returns the hash code for this instance.

GetTypeCode() : TypeCode

Returns the TypeCode for value type double.

static
IsInfinity(double) : bool

Returns a value indicating whether the specified number evaluates to negative or positive infinity

static
IsNaN(double) : bool

Returns a value that indicates whether the specified value is not a number (double.NaN).

static
IsNegativeInfinity(double) : bool

Returns a value indicating whether the specified number evaluates to negative infinity.

static
IsPositiveInfinity(double) : bool

Returns a value indicating whether the specified number evaluates to positive infinity.

static
Parse(string) : double

Converts the string representation of a number to its double-precision floating-point number equivalent.

static
Parse(string, System.Globalization.NumberStyles) : double

Converts the string representation of a number in a specified style to its double-precision floating-point number equivalent.

static
Parse(string, IFormatProvider) : double

Converts the string representation of a number in a specified culture-specific format to its double-precision floating-point number equivalent.

static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : double

Converts the string representation of a number in a specified style and culture-specific format to its double-precision floating-point number equivalent.

override
ToString() : string

Converts the numeric value of this instance to its equivalent string representation.

ToString(IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.

ToString(string) : string

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

ToString(string, IFormatProvider) : string

Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.

static
TryParse(string, out double) : bool
Documentation for this section has not yet been entered.
static
TryParse(string, System.Globalization.NumberStyles, IFormatProvider, out double) : bool
Documentation for this section has not yet been entered.