System.Int32: Field Members

The fields of System.Int32 are listed below. For a list of all members, see the Int32 Members list.

See Also: Inherited members from System.ValueType

Public Fields

const
MaxValueint (2147483647).

Represents the largest possible value of an int. This field is constant.

const
MinValueint (-2147483648).

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