Bridge

Double Members

The Double type exposes the following members.

Methods


  Name Description
Public method CompareTo(Double)
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.
Public method CompareTo(Object)
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.
Public method Equals
Returns a value indicating whether this instance and a specified Double object represent the same value.
Public method Format(String)
Public method Format(String, IFormatProvider)
Public method Static member IsFinite
Public method Static member IsInfinity
Returns a value indicating whether the specified number evaluates to negative or positive infinity
Public method Static member IsNaN
Returns a value that indicates whether the specified value is not a number (NaN).
Public method Static member IsNegativeInfinity
Returns a value indicating whether the specified number evaluates to negative infinity.
Public method Static member IsPositiveInfinity
Returns a value indicating whether the specified number evaluates to positive infinity.
Public method Static member Parse(String)
Converts the string representation of a number to its double-precision floating-point number equivalent.
Public method Static member Parse(String, IFormatProvider)
Public method ToExponential()()()()
Public method ToExponential(Int32)
Public method ToFixed()()()()
Public method ToFixed(Int32)
Public method ToPrecision()()()()
Public method ToPrecision(Int32)
Public method ToString(Int32)
Public method ToString(String)
Converts the numeric value of this instance to its equivalent string representation, using the specified format.
Public method ToString(String, IFormatProvider)
Public method ToString()()()()
Converts the numeric value of this instance to its equivalent string representation.
Public method ToString(IFormatProvider)
Public method Static member TryParse(String, Double%)
Converts the string representation of a number to its double-precision floating-point number equivalent. A return value indicates whether the conversion succeeded or failed.
Public method Static member TryParse(String, IFormatProvider, Double%)

Fields


  Name Description
Public field Static member Epsilon
Represents the smallest positive Double value that is greater than zero. This field is constant.
Public field Static member MaxValue
Represents the largest possible value of a Double. This field is constant.
Public field Static member MinValue
Represents the smallest possible value of a Double. This field is constant.
Public field Static member NaN
Represents a value that is not a number (NaN). This field is constant.
Public field Static member NegativeInfinity
Represents negative infinity. This field is constant.
Public field Static member PositiveInfinity
Represents positive infinity. This field is constant.