Long.doubleValue

Long.doubleValue

Class Overview | Class Members | This Package | All Packages

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

Overrides
doubleValue in class Number