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