Mono Class Library: Overview

System.Double: Field Members

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

Public Fields

const
Epsilondouble (4.94065645841247E-324). Represents the smallest positive double value greater than zero.
const
MaxValuedouble (1.79769313486232E+308). Contains the maximum positive value for the double type.
const
MinValuedouble (-1.79769313486232E+308). Contains the minimum (most negative) value for the double type.
const
NaNdouble (NaN). Represents an undefined result of operations involving double .
const
NegativeInfinitydouble (-Infinity). Represents a negative infinity of type double .
const
PositiveInfinitydouble (Infinity). Represents a positive infinity of type double .