The
fields
of Java.Lang.Long are listed below. For a list of all members, see the Long Members list.
See Also: Inherited members from Java.Lang.Number
Public Fields
const | MaxValue | long (9223372036854775807). Constant for the maximum long value, 263-1. |
const | MinValue | long (-9223372036854775808). Constant for the minimum long value, -263. |
const | Size | int (64). Constant for the number of bits needed to represent a long in
two's complement form. |