This documentation is archived and is not being maintained.
BigInteger Constructor
Visual Studio 2010
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.
| 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. |
Show: