UInt24.CheckedAddition Operator
Definition
Adds two values together to compute their sum.
public static UInt24 operator CheckedAddition(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value to which right is added. |
| right | UInt24 | The value that is added to left. |
Returns
The sum of left and right.