[This is preliminary documentation and is subject to change.]
Implements subtraction where one operand is a ulong.
Namespace:
BigNumAssembly: BigNum (in BigNum)
Version: 1.0.0.0
Syntax
| C# |
|---|
public static BigInt operator -( BigInt left, ulong right ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator - ( _ left As BigInt, _ right As ULong _ ) As BigInt |
| Visual C++ |
|---|
public: static BigInt^ operator -( BigInt^ left, unsigned long long right ) |
Parameters
- left
- Type: BigNum..::.BigInt
The BigInt to be subtracted from.
- right
- Type: System..::.UInt64
The ulong to subtract.