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