Java.Lang.Double: Field Members

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

See Also: Inherited members from Java.Lang.Number

Public Fields

const
MaxValuedouble (1.79769313486232E+308). Constant for the maximum double value, (2 - 2-52) * 21023.
const
MinValuedouble (4.94065645841247E-324). Constant for the minimum double value, 2-1074.
const
NaNdouble (NaN). Constant for the Not-a-Number (NaN) value of the double type.
const
NegativeInfinitydouble (-Infinity). Constant for the negative infinity value of the double type.
const
PositiveInfinitydouble (Infinity). Constant for the positive infinity value of the double type.
const
Sizeint (64). Constant for the number of bits needed to represent a double in two's complement form.