Method BitAnd
BitAnd(IBitArray)
Bit-wise And
Declaration
public IBitArray BitAnd(IBitArray other)
Parameters
| Type | Name | Description |
|---|---|---|
| IBitArray | other | Bit array with which to do the operation. |
Returns
| Type | Description |
|---|---|
| IBitArray | The resulting bit array. |