BigDecimal.toBigInteger

BigDecimal.toBigInteger

Class Overview | Class Members | This Package | All Packages

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