Overload List

  Name Description
Public method BigInteger()()()()
Constructor (Default value for BigInteger is 0).
Public method BigInteger(array<Byte>[]()[][])
Constructor.

The lowest index of the input byte array (i.e [0]) should contain the most significant byte of the number, and the highest index should contain the least significant byte.

Public method BigInteger(Int64)
Constructor (Default value provided by long).
Public method BigInteger(array<UInt32>[]()[][])
Constructor (Default value provided by an array of unsigned integers)
Public method BigInteger(UInt64)
Constructor (Default value provided by ulong).
Public method BigInteger(BigInteger)
Constructor (Default value provided by BigInteger).
Public method BigInteger(array<Byte>[]()[][], Int32)
Constructor (Default value provided by an array of bytes of the specified length.)
Public method BigInteger(String, Int32)
Constructor (Default value provided by a string of digits of the specified base)

See Also