Mono Class Library: Overview

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
Returns the sort order of the current instance compared to the specified double .
CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object .
Equals(double) : bool
Determines whether the current instance and the specified double represent the same value.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetTypeCode() : TypeCode
Documentation for this section has not yet been entered.
static
IsInfinity(double) : bool
Determines 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) : double
Returns the specified string converted to a double value.
static
Parse(string, System.Globalization.NumberStyles) : double
Returns the specified string converted to a double value.
static
Parse(string, IFormatProvider) : double
Returns the specified string converted to a double value.
static
Parse(string, System.Globalization.NumberStyles, IFormatProvider) : double
Returns the specified string converted to a double value.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToString(IFormatProvider) : string
Returns a string representation of the value of the current instance.
ToString(string) : string
Returns a string representation of the value of the current instance.
ToString(string, IFormatProvider) : string
Returns a string representation of the value of the current instance.
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.