Utility.GetMinMax Method

Public Shared Sub GetMinMax( _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByRef min As Integer, _ 
ByRef max As Integer
)
This language is not supported or no code example is available.
public static void GetMinMax( 
int v1
int v2
out int min
out int max 
)
This language is not supported or no code example is available.

Parameters

v1
int

v2
int

min
int

max
int

.NET Framework

Supported in: 4.8

In this article

Definition