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
const | MaxValue | double (1.79769313486232E+308). Constant for the maximum double value, (2 - 2-52) * 21023. |
const | MinValue | double (4.94065645841247E-324). Constant for the minimum double value, 2-1074. |
const | NaN | double (NaN). Constant for the Not-a-Number (NaN) value of the double type. |
const | NegativeInfinity | double (-Infinity). Constant for the negative infinity value of the double type. |
const | PositiveInfinity | double (Infinity). Constant for the positive infinity value of the double type. |
const | Size | int (64). Constant for the number of bits needed to represent a double in two's complement form. |