Nevron Open Vision Documentation
Nevron.Nov Namespace / NMathF Class / Max Method / Max(Int32,Int32) Method


In This Topic
    Max(Int32,Int32) Method
    In This Topic
    Returns the max of two numbers
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Max( _
       ByVal a As System.Integer, _
       ByVal b As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim a As System.Integer
    Dim b As System.Integer
    Dim value As System.Integer
     
    value = NMathF.Max(a, b)
    public static System.int Max( 
       System.int a,
       System.int b
    )

    Parameters

    a
    b
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also