UInt24.MinMagnitude Method
Definition
Compares two values to compute which has the lesser magnitude.
public static UInt24 MinMagnitude(UInt24 x, UInt24 y);
Parameters
| Name | Type | Description |
|---|---|---|
| x | UInt24 | The value to compare with y. |
| y | UInt24 | The value to compare with x. |
Returns
x if it has a lesser magnitude than y; otherwise, y.