Overload List
| Name | Description | |
|---|---|---|
| (Decimal to BigInteger) |
Defines an explicit conversion of a | |
| (Double to BigInteger) |
Defines an explicit conversion of a | |
| (Single to BigInteger) |
Defines an explicit conversion of a | |
| (BigInteger to Single) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a single-precision floating-point value.
| |
| (BigInteger to UInt64) |
Defines an explicit conversion of a System.Numerics.BigInteger object to an unsigned 64-bit integer value.
| |
| (BigInteger to Int32) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a 32-bit signed integer value.
| |
| (BigInteger to UInt32) |
Defines an explicit conversion of a System.Numerics.BigInteger object to an unsigned 32-bit integer value.
| |
| (BigInteger to Int16) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a 16-bit signed integer value.
| |
| (BigInteger to Double) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a | |
| (BigInteger to Byte) |
Defines an explicit conversion of a System.Numerics.BigInteger object to an unsigned byte value.
| |
| (BigInteger to Int64) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a 64-bit signed integer value.
| |
| (BigInteger to UInt16) |
Defines an explicit conversion of a System.Numerics.BigInteger object to an unsigned 16-bit integer value.
| |
| (BigInteger to Decimal) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a | |
| (BigInteger to SByte) |
Defines an explicit conversion of a System.Numerics.BigInteger object to a signed 8-bit value.
|
See Also