from Big Integer
Create an Avail integer that is the numerical equivalent of the given Java BigInteger.
Return
An Avail integer representing the same number as the argument.
Parameters
big Integer
The BigInteger to convert.
Create an Avail integer that is the numerical equivalent of the given Java BigInteger.
An Avail integer representing the same number as the argument.
The BigInteger to convert.