Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Convert.BigIntAsInt
function BigIntAsInt(number : BigInt) : Int
Summary
Converts a BigInt number into Int. Raises an error if the number is too large to fit.
Input
number
A BigInt number to be converted.
Output
Int representation of a number.