UInt24.BitwiseOr Operator
Definition
Computes the bitwise-or of two values.
public static UInt24 operator BitwiseOr(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value to or with right. |
| right | UInt24 | The value to or with left. |
Returns
The bitwise-or of left and right.