Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / GetMinMax Method

In This Topic
    GetMinMax Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub GetMinMax( _
       ByVal v1 As Integer, _
       ByVal v2 As Integer, _
       ByRef min As Integer, _
       ByRef max As Integer _
    ) 
    public static void GetMinMax( 
       int v1,
       int v2,
       out int min,
       out int max
    )

    Parameters

    v1
    v2
    min
    max
    See Also