[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodBigInt(Int64)
Creates a new BigInt, with the value of the number supplied.
Public methodBigInt(String)
Creates a new BigInt, with the value of the number supplied as a string. The string should be in base-10.
Public methodBigInt(UInt64)
Creates a new BigInt, with the value of the number supplied.

See Also