Share via


Integer.intValue

Class Overview | Class Members | This Package | All Packages

Syntax

public int intValue()

Returns

the int value represented by this object.

Description

Returns the value of this Integer as an int.

Overrides

intValue in class Number