Float.intValue
Class Overview | Class Members |
This Package |
All Packages
public int intValue()
Returns
the float value represented by this object
converted to type int and the result of the
conversion is returned.
Description
Returns the integer value of this Float (by casting to an int).
Overrides
intValue in class Number