Share via


BigIntAsInt function

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.