BigInteger Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Initializes a new instance of the BigInteger structure.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method BigInteger(array<Byte[]) Initializes a new instance of the BigInteger structure using the values in a byte array.
Public method BigInteger(Decimal) Initializes a new instance of the BigInteger structure using a Decimal value.
Public method BigInteger(Double) Initializes a new instance of the BigInteger structure using a double-precision floating-point value.
Public method BigInteger(Int32) Initializes a new instance of the BigInteger structure using a 32-bit signed integer value.
Public method BigInteger(Int64) Initializes a new instance of the BigInteger structure using a 64-bit signed integer value.
Public method BigInteger(Single) Initializes a new instance of the BigInteger structure using a single-precision floating-point value.
Public method BigInteger(UInt32) Initializes a new instance of the BigInteger structure using an unsigned 32-bit integer value.
Public method BigInteger(UInt64) Initializes a new instance of the BigInteger structure with an unsigned 64-bit integer value.

Top