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 | |
---|---|---|
BigInteger(array<Byte[]) | Initializes a new instance of the BigInteger structure using the values in a byte array. | |
BigInteger(Decimal) | Initializes a new instance of the BigInteger structure using a Decimal value. | |
BigInteger(Double) | Initializes a new instance of the BigInteger structure using a double-precision floating-point value. | |
BigInteger(Int32) | Initializes a new instance of the BigInteger structure using a 32-bit signed integer value. | |
BigInteger(Int64) | Initializes a new instance of the BigInteger structure using a 64-bit signed integer value. | |
BigInteger(Single) | Initializes a new instance of the BigInteger structure using a single-precision floating-point value. | |
BigInteger(UInt32) | Initializes a new instance of the BigInteger structure using an unsigned 32-bit integer value. | |
BigInteger(UInt64) | Initializes a new instance of the BigInteger structure with an unsigned 64-bit integer value. |
Top