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