UInt24.Subtraction Operator
Definition
Subtracts two values to compute their difference.
public static UInt24 operator Subtraction(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value from which right is subtracted. |
| right | UInt24 | The value that is subtracted from left. |
Returns
The value of right subtracted from left.