Integer.doubleValue

Integer.doubleValue

Class Overview | Class Members | This Package | All Packages

Syntax
public double doubleValue()
Returns
the int value represented by this object is converted to type double and the result of the conversion is returned.
Description
Returns the value of this Integer as a double.

Overrides
doubleValue in class Number