BigInteger: BitwiseAndNot

BitwiseAndNot

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



 Public Function BitwiseAndNot(
	  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.

See Also

Project CorLib Overview

Class BigInteger Overview