Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CalcHelper Class / Abs Method


In This Topic
    Abs Method
    In This Topic
    Returns the absoluste values of a double-precision floating-point number array.
    Syntax
    'Declaration
     
    
    Public Shared Sub Abs( _
       ByVal values() As Double _
    ) 
    'Usage
     
    
    Dim values() As Double
     
    CalcHelper.Abs(values)
    public static void Abs( 
       double[] values
    )

    Parameters

    values
    See Also