[This is preliminary documentation and is subject to change.]
Assembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public static explicit operator long ( BigInt num ) |
| Visual Basic (Declaration) |
|---|
Public Shared Narrowing Operator CType ( _ num As BigInt _ ) As Long |
| Visual C++ |
|---|
static explicit operator long long ( BigInt^ num ) |
Parameters
- num
- Type: BigNum..::.BigInt
The BigInt to convert.
Return Value
A Int64 representation of the BigInt.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | If the BigInt supplied won’t fit in a Int64. |