[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| BigInt(Int64) |
Creates a new BigInt, with the value of the number supplied.
| |
| BigInt(String) |
Creates a new BigInt, with the value of the number supplied as a string. The string should be in base-10.
| |
| BigInt(UInt64) |
Creates a new BigInt, with the value of the number supplied.
|