Float.longValue

Float.longValue

Class Overview | Class Members | This Package | All Packages

Syntax
public long longValue()
Returns
the float 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 Float (by casting to a long).

Overrides
longValue in class Number