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
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. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticIsInfinity(double) : bool Determines whether the specified double represents an infinity, which can be either positive or negative. staticIsNaN(double) : bool Determines whether the value of the specified double is undefined (Not-a-Number). staticIsNegativeInfinity(double) : bool Determines whether the specified double represents a negative infinity value. staticIsPositiveInfinity(double) : bool Determines whether the specified double represents a positive infinity value. staticParse(string) : double Returns the specified string converted to a double value. staticParse(string, System.Globalization.NumberStyles) : double Returns the specified string converted to a double value. staticParse(string, IFormatProvider) : double Returns the specified string converted to a double value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : double Returns the specified string converted to a double value. overrideToString() : 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. staticTryParse(string, out double) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out double) : bool Documentation for this section has not yet been entered.