Single Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Single type exposes the following members.
| Name | Description | |
|---|---|---|
|
Epsilon | Represents the smallest positive Single value greater than zero. This field is constant. |
|
MaxValue | Represents the largest possible value of Single. This field is constant. |
|
MinValue | Represents the smallest possible value of Single. This field is constant. |
|
NaN | Represents 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: