BigInteger Implicit Conversion Operators
Defines an implicit conversion between a BigInteger object and another type.
Assembly: System.Numerics (in System.Numerics.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(Byte to BigInteger) | Defines an implicit conversion of an unsigned byte to a BigInteger value. |
![]() ![]() | Implicit(Int16 to BigInteger) | Defines an implicit conversion of a signed 16-bit integer to a BigInteger value. |
![]() ![]() | Implicit(Int32 to BigInteger) | Defines an implicit conversion of a signed 32-bit integer to a BigInteger value. |
![]() ![]() | Implicit(Int64 to BigInteger) | Defines an implicit conversion of a signed 64-bit integer to a BigInteger value. |
![]() ![]() | Implicit(SByte to BigInteger) | Defines an implicit conversion of an 8-bit signed integer to a BigInteger value. |
![]() ![]() | Implicit(UInt16 to BigInteger) | Defines an implicit conversion of a 16-bit unsigned integer to a BigInteger value. |
![]() ![]() | Implicit(UInt32 to BigInteger) | Defines an implicit conversion of a 32-bit unsigned integer to a BigInteger value. |
![]() ![]() | Implicit(UInt64 to BigInteger) | Defines an implicit conversion of a 64-bit unsigned integer to a BigInteger value. |

