BigIntegerStatic: AndBits

AndBits

Peforms a bitwise AND operation, returning the result.



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

Parameters

x
[ByVal] BigInteger. The left hand value of the AND operation.
y
[ByVal] BigInteger. The right hand value of the AND operation.

Return Values

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

Values of Nothing will be treated as zero.

Remarks

See Also

Project CorLib Overview
Class BigIntegerStatic Overview