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