Syntax
'Declaration
Public Shared Sub GetMinMax( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
)
public static void GetMinMax(
System.int ,
System.int ,
out System.int ,
out System.int
)
Parameters
- v1
- v2
- min
- max
See Also