Double.longValue
Class Overview | Class Members |
This Package |
All Packages
public long longValue()
Returns
the double value represented by this object is
converted to type long and the result of the
conversion is returned.
Description
Returns the long value of this Double (by casting to a long).
Overrides
longValue in class Number