Overload List
| Name | Description | |
|---|---|---|
| (Byte to BigInteger) |
Defines an implicit conversion of an unsigned byte to a System.Numerics.BigInteger value.
| |
| (Int16 to BigInteger) |
Defines an implicit conversion of a signed 16-bit integer to a System.Numerics.BigInteger value.
| |
| (Int32 to BigInteger) |
Defines an implicit conversion of a signed 32-bit integer to a System.Numerics.BigInteger value.
| |
| (Int64 to BigInteger) |
Defines an implicit conversion of a signed 64-bit integer to a System.Numerics.BigInteger value.
| |
| (SByte to BigInteger) |
Defines an implicit conversion of an 8-bit signed integer to a System.Numerics.BigInteger value.
| |
| (UInt16 to BigInteger) |
Defines an implicit conversion of a 16-bit unsigned integer to a System.Numerics.BigInteger value.
| |
| (UInt32 to BigInteger) |
Defines an implicit conversion of a 32-bit unsigned integer to a System.Numerics.BigInteger value.
| |
| (UInt64 to BigInteger) |
Defines an implicit conversion of a 64-bit unsigned integer to a System.Numerics.BigInteger value.
|
See Also