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