Operator operator &
operator &(BitArray8, BitArray8)
Bit-wise And operator
Declaration
public static BitArray8 operator &(BitArray8 a, BitArray8 b)
Parameters
Type | Name | Description |
---|---|---|
BitArray8 | a | First bit array. |
BitArray8 | b | Second bit array. |
Returns
Type | Description |
---|---|
BitArray8 | The resulting bit array. |