Java.Lang.Short: Field Members

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

See Also: Inherited members from Java.Lang.Number

Public Fields

const
MaxValueshort (32767). Constant for the maximum short value, 215-1.
const
MinValueshort (-32768). Constant for the minimum short value, -215.
const
Sizeint (16). Constant for the number of bits needed to represent a short in two's complement form.