Overload List
| Name | Description | |
|---|---|---|
| BigInteger( Byte ) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Decimal) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Double) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Int32) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Int64) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Single) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(UInt32) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(UInt64) |
Initializes a new instance of the BigInteger struct.
| |
| BigInteger(Int16, UInt32 ) |
Initializes a new instance of the BigInteger struct.
|
See Also