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 | MaxValue | short (32767). Constant for the maximum short value, 215-1. |
const | MinValue | short (-32768). Constant for the minimum short value, -215. |
const | Size | int (16). Constant for the number of bits needed to represent a short in
two's complement form. |