Skip to content

BigInt.ToInt

Name - Description Default Type
<input> Big integer represented as bytes. Bytes
<output> Integer representation of the big integer value. Int

Converts a big integer value to an integer.

Examples

1
2
3
42 (BigInt)
(BigInt.ToInt)
(Assert.Is (int 42) true)