Overloading of the NOT operator (1's complement)

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static BigInteger operator ~(
	BigInteger bi1
)
Visual Basic
Public Shared Operator ~ ( 
	bi1 As BigInteger
) As BigInteger
Visual C++
public:
static BigInteger^ operator ~(
	BigInteger^ bi1
)
F#
F# does not support this operator.

Return Value

Type: BigInteger

See Also