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