Java.Lang.Integer: Field Members

The fields of Java.Lang.Integer are listed below. For a list of all members, see the Integer Members list.

See Also: Inherited members from Java.Lang.Number

Public Fields

const
MaxValueint (2147483647). Constant for the maximum int value, 231-1.
const
MinValueint (-2147483648). Constant for the minimum int value, -231.
const
Sizeint (32). Constant for the number of bits needed to represent an int in two's complement form.