BigInteger Constructor
Initializes a new instance of the BigInteger structure.
Assembly: System.Numerics (in System.Numerics.dll)
| 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. |
