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


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