Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BigInteger Constructor

 

Initializes a new instance of the BigInteger structure.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_pubmethodBigInteger(array<Byte>^)

Initializes a new instance of the BigInteger structure using the values in a byte array.

System_CAPS_pubmethodBigInteger(Decimal)

Initializes a new instance of the BigInteger structure using a Decimal value.

System_CAPS_pubmethodBigInteger(Double)

Initializes a new instance of the BigInteger structure using a double-precision floating-point value.

System_CAPS_pubmethodBigInteger(Int32)

Initializes a new instance of the BigInteger structure using a 32-bit signed integer value.

System_CAPS_pubmethodBigInteger(Int64)

Initializes a new instance of the BigInteger structure using a 64-bit signed integer value.

System_CAPS_pubmethodBigInteger(Single)

Initializes a new instance of the BigInteger structure using a single-precision floating-point value.

System_CAPS_pubmethodBigInteger(UInt32)

Initializes a new instance of the BigInteger structure using an unsigned 32-bit integer value.

System_CAPS_pubmethodBigInteger(UInt64)

Initializes a new instance of the BigInteger structure with an unsigned 64-bit integer value.

Return to top
Show:
© 2017 Microsoft