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 that is greater than zero. This field is constant.

const
MaxValuefloat (3.402823E+38).

Represents the largest possible value of float. This field is constant.

const
MinValuefloat (-3.402823E+38).

Represents the smallest possible value of float. This field is constant.

const
NaNfloat (NaN).

Represents not a number (NaN). This field is constant.

const
NegativeInfinityfloat (-Infinity).

Represents negative infinity. This field is constant.

const
PositiveInfinityfloat (Infinity).

Represents positive infinity. This field is constant.