The fields of System.Double are listed below. For a list of all members, see the Double Members list.
See Also: Inherited members from System.ValueType
constEpsilon double (4.94065645841247E-324). Represents the smallest positive double value greater than zero. constMaxValue double (1.79769313486232E+308). Contains the maximum positive value for the double type. constMinValue double (-1.79769313486232E+308). Contains the minimum (most negative) value for the double type. constNaN double (NaN). Represents an undefined result of operations involving double . constNegativeInfinity double (-Infinity). Represents a negative infinity of type double . constPositiveInfinity double (Infinity). Represents a positive infinity of type double .