BigDecimal.intValue

BigDecimal.intValue

Class Overview | Class Members | This Package | All Packages

Syntax
public int intValue()
Description
Converts this number to an int. Standard narrowing primitive conversion as per The Java Language Specification. In particular, note that any fractional part of this number will be truncated.

Overrides
intValue in class Number