BigIntegerStatic: AndNotBits

AndNotBits

Peforms a bitwise AND operation after NOTting the second operand, returning the result.



 Public Function AndNotBits(
	  ByVal x As BigInteger,
	  ByVal y As BigInteger ) As BigInteger

Parameters

x
[ByVal] BigInteger. The left hand value of the operation.
y
[ByVal] BigInteger. The right hand value to be NOTted for the operation.

Return Values

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

Values of Nothing will be treated as zero.

Remarks

See Also

Project CorLib Overview
Class BigIntegerStatic Overview