UInt24.Division Operator
Definition
Divides one value by another to compute their quotient.
public static UInt24 operator Division(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value that right divides. |
| right | UInt24 | The value that divides left. |
Returns
The quotient of left divided by right.