 |
BigInteger (Java Platform SE 7 ) - Oracle Documentation
Converts this BigInteger to an int. This conversion is analogous to a narrowing primitive conversion from long to int as defined in section 5.1.3 of The Java Language Specification: if this BigInteger is too big to fit in an int, only the low-order 32 bit
docs.oracle.com |
 |