ComponentOne FlexReport for UWP
GetMinMax Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : GetMinMax Method
Syntax
'Declaration
 
Public Shared Sub GetMinMax( _
   ByVal v1 As System.Integer, _
   ByVal v2 As System.Integer, _
   ByRef min As System.Integer, _
   ByRef max As System.Integer _
) 
public static void GetMinMax( 
   System.int v1,
   System.int v2,
   out System.int min,
   out System.int max
)

Parameters

v1
v2
min
max
See Also

Reference

Utils Class
Utils Members