Mono Class Library: Overview

System.Single: Field Members

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

Public Fields

const
Epsilonfloat (1.401298E-45). Represents the smallest positive float value greater than zero.
const
MaxValuefloat (3.402823E+38). Contains the maximum positive value for the float type.
const
MinValuefloat (-3.402823E+38). Contains the minimum (most negative) value for the float type.
const
NaNfloat (NaN). Represents an undefined result of operations involving float .
const
NegativeInfinityfloat (-Infinity). Represents a negative infinity of type float .
const
PositiveInfinityfloat (Infinity). Represents a positive infinity of type float.