BigIntegerStatic: NotBits

NotBits

Peforms a bitwise NOT of this BigInteger instance.



 Public Function NotBits(
	  ByVal x As BigInteger ) As BigInteger

Parameters

x
[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.

Remarks

See Also

Project VBCorLib Overview Class BigIntegerStatic Overview BigIntegerStatic Properties BigIntegerStatic Methods Negate One (get)