[This is preliminary documentation and is subject to change.]

Negates a BigInt.

Namespace:  BigNum
Assembly:  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.

Return Value

The BigInt’s negation.

See Also