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