BigIntegerStatic: BitwiseNot

BitwiseNot

Peforms a bitwise NOT of this BigInteger instance.



 Public Function BitwiseNot(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

Value
[ByVal] BigInteger. The BigInteger to perform the NOT operation on.

Return Values

BigInteger -  A new BigInteger value containing the performed bitwise NOT result.

Values of Nothing will be treated as zero.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview