BigInteger: BitwiseAnd

BitwiseAnd

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



 Public Function BitwiseAnd(
	  ByVal Value As BigInteger ) As BigInteger

Parameters

Value
[ByVal] BigInteger. The value to perform the bitwise AND with.

Return Values

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

See Also

Project CorLib Overview

Class BigInteger Overview