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