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 Explicit Conversion Operators

 

Defines an explicit conversion between a BigInteger object and another type.

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Byte)

Defines an explicit conversion of a BigInteger object to an unsigned byte value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Decimal)

Defines an explicit conversion of a BigInteger object to a Decimal value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Double)

Defines an explicit conversion of a BigInteger object to a Double value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Int16)

Defines an explicit conversion of a BigInteger object to a 16-bit signed integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Int32)

Defines an explicit conversion of a BigInteger object to a 32-bit signed integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Int64)

Defines an explicit conversion of a BigInteger object to a 64-bit signed integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to SByte)

Defines an explicit conversion of a BigInteger object to a signed 8-bit value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to Single)

Defines an explicit conversion of a BigInteger object to a single-precision floating-point value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to UInt16)

Defines an explicit conversion of a BigInteger object to an unsigned 16-bit integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to UInt32)

Defines an explicit conversion of a BigInteger object to an unsigned 32-bit integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(BigInteger to UInt64)

Defines an explicit conversion of a BigInteger object to an unsigned 64-bit integer value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to BigInteger)

Defines an explicit conversion of a Decimal object to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Double to BigInteger)

Defines an explicit conversion of a Double value to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Single to BigInteger)

Defines an explicit conversion of a Single object to a BigInteger value.

Return to top
Show:
© 2017 Microsoft