Method BitOr
BitOr(IBitArray)
Bit-wise Or
Declaration
public IBitArray BitOr(IBitArray other)
Parameters
| Type | Name | Description |
|---|---|---|
| IBitArray | other | Bit array with which to do the operation. |
Returns
| Type | Description |
|---|---|
| IBitArray | The resulting bit array. |