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