Nevron Open Vision Documentation
Nevron.Nov Namespace / NMathF Class / Abs Method / Abs(Int64) Method


In This Topic
    Abs(Int64) Method
    In This Topic
    Returns the absolute value of a value.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Abs( _
       ByVal a As System.Long _
    ) As System.Long
    'Usage
     
    
    Dim a As System.Long
    Dim value As System.Long
     
    value = NMathF.Abs(a)
    public static System.long Abs( 
       System.long a
    )

    Parameters

    a
    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