BigIntegerStatic: BitwiseAndNot

BitwiseAndNot

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



 Public Function BitwiseAndNot(
	  ByVal Left As BigInteger,
	  ByVal Right As BigInteger ) As BigInteger

Parameters

Left
[ByVal] BigInteger. The left hand value of the operation.
Right
[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.

See Also

Project CorLib Overview

Class BigIntegerStatic Overview