The fields of System.Single are listed below. For a list of all members, see the Single Members list.
See Also: Inherited members from System.ValueType
const | Epsilon | float (1.401298E-45).
Represents the smallest positive float value that is greater than zero. This field is constant. |
const | MaxValue | float (3.402823E+38).
Represents the largest possible value of float. This field is constant. |
const | MinValue | float (-3.402823E+38).
Represents the smallest possible value of float. This field is constant. |
const | NaN | float (NaN).
Represents not a number (NaN). This field is constant. |
const | NegativeInfinity | float (-Infinity).
Represents negative infinity. This field is constant. |
const | PositiveInfinity | float (Infinity).
Represents positive infinity. This field is constant. |