CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / ExpressionEngine Class / AddFunction Method
Provides the function description.
The delegate that evaluates the function.
Minimum arguments count.
Maximum arguments count.

In This Topic
    AddFunction Method (ExpressionEngine)
    In This Topic
    Adds a custom function.
    Syntax

    Parameters

    items
    Provides the function description.
    function
    The delegate that evaluates the function.
    minArgsCount
    Minimum arguments count.
    maxArgsCount
    Maximum arguments count.
    See Also