[This is preliminary documentation and is subject to change.]
Negates a BigInt.
Namespace:
BigNumAssembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public static BigInt operator -( BigInt num ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator - ( _ num As BigInt _ ) As BigInt |
| Visual C++ |
|---|
public: static BigInt^ operator -( BigInt^ num ) |
Parameters
- num
- Type: BigNum..::.BigInt
The BigInt to negate.