Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / ImAbsFunction Field


In This Topic
    ImAbsFunction Field
    In This Topic
    Specifies an instance of the IMABS function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ImAbsFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.ImAbsFunction
    public static readonly FunctionInfo ImAbsFunction
    Remarks
    For more information on this function, refer to the IMABS function in the Spread for .NET Formula Reference.
    See Also