BigInteger: AndNotBits

AndNotBits

Peforms a bitwise AND of this BigInteger instance and the NOT value passed in.



 Public Function AndNotBits(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

Value
[ByVal] BigInteger. The value that will be NOTted to perform the bitwise AND with.

Return Values

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

Remarks

See Also

Project CorLib Overview
Class BigInteger Overview