Java.Lang.Long: Field Members

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
MaxValuelong (9223372036854775807). Constant for the maximum long value, 263-1.
const
MinValuelong (-9223372036854775808). Constant for the minimum long value, -263.
const
Sizeint (64). Constant for the number of bits needed to represent a long in two's complement form.