This documentation is archived and is not being maintained.
Double Fields
Visual Studio 2010
The Double type exposes the following members.
| Name | Description | |
|---|---|---|
|
Epsilon | Represents the smallest positive Double value that is greater than zero. This field is constant. |
|
MaxValue | Represents the largest possible value of a Double. This field is constant. |
|
MinValue | Represents the smallest possible value of a Double. This field is constant. |
|
NaN | Represents a value that is not a number (NaN). This field is constant. |
|
NegativeInfinity | Represents negative infinity. This field is constant. |
|
PositiveInfinity | Represents positive infinity. This field is constant. |
Show: