BigDecimal.longValue

BigDecimal.longValue

Class Overview | Class Members | This Package | All Packages

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

Overrides
longValue in class Number