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

 

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

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(Byte to BigInteger)

Defines an implicit conversion of an unsigned byte to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int16 to BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int32 to BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int64 to BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticImplicit(SByte to BigInteger)

Defines an implicit conversion of an 8-bit signed integer to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt16 to BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt32 to BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt64 to BigInteger)

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

Return to top
Show:
© 2017 Microsoft