BitArray: AndBits

AndBits

Performs a bitwise AND on the current instance of BitArray using the bits in another instance of BitArray.



 Public Function AndBits(
	  ByVal Bits As BitArray ) As BitArray

Parameters

Bits
[ByVal] BitArray. The BitArray object with which to perform the bitwise AND operation with.

Return Values

BitArray -  The internal set of bits is modified based on the operation, however, the object returns itself for ease of concatenated operations.

See Also

Project CorLib Overview

Class BitArray Overview