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
constEpsilon float (1.401298E-45). Represents the smallest positive float value greater than zero. constMaxValue float (3.402823E+38). Contains the maximum positive value for the float type. constMinValue float (-3.402823E+38). Contains the minimum (most negative) value for the float type. constNaN float (NaN). Represents an undefined result of operations involving float . constNegativeInfinity float (-Infinity). Represents a negative infinity of type float . constPositiveInfinity float (Infinity). Represents a positive infinity of type float.