The BigInteger type exposes the following members.

Constructors

  NameDescription
Public methodBigInteger()()()()
Initializes a new instance of the BigInteger class
Public methodBigInteger(array<Byte>[]()[][])
Initializes a new instance of the BigInteger class
Public methodBigInteger(Int64)
Initializes a new instance of the BigInteger class
Public methodBigInteger(array<UInt32>[]()[][])
Initializes a new instance of the BigInteger class
Public methodBigInteger(UInt64)
Initializes a new instance of the BigInteger class
Public methodBigInteger(BigInteger)
Initializes a new instance of the BigInteger class
Public methodBigInteger(array<Byte>[]()[][], Int32)
Initializes a new instance of the BigInteger class
Public methodBigInteger(String, Int32)
Initializes a new instance of the BigInteger class

Methods

Operators

Fields

  NameDescription
Public fielddataLength
Public fieldStatic memberprimesBelow2000

Properties

  NameDescription
Public propertyIsNegative

See Also