[]
Gets minimal and maximal numbers.
public static void GetMinMax(int v1, int v2, out int min, out int max)
Type | Name | Description |
---|---|---|
int | v1 | The first number. |
int | v2 | The first number. |
int | min | The minimal number. |
int | max | The maximal number. |