UInt24.Modulus Operator
Definition
Divides two values together to compute their modulus or remainder.
public static UInt24 operator Modulus(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value that right divides. |
| right | UInt24 | The value that divides left. |
Returns
The modulus or remainder of left divided by right.