Double Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Double type exposes the following members.
| Name | Description | |
|---|---|---|
|
Epsilon | Represents the smallest positive Double value 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: