public abstract class UNumber extends Number
| Constructor and Description | 
|---|
| UNumber() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigInteger | toBigInteger()Get this number as a  BigInteger. | 
byteValue, doubleValue, floatValue, intValue, longValue, shortValuepublic BigInteger toBigInteger()
BigInteger. This is a convenience method for
 calling new BigInteger(toString())Copyright © 2014. All Rights Reserved.