[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.FunctionDefinition.-ctor

FunctionDefinition Constructor

FunctionDefinition(int, int, Func<List<IExpression>, object>, ItemType)

Initializes a new instance of the FunctionDefinition class.

Declaration
public FunctionDefinition(int minArgsCount, int maxArgsCount, Func<List<IExpression>, object> function, ItemType functionType)
Parameters
Type Name Description
int minArgsCount

Minimum count of function arguments.

int maxArgsCount

Maximum count of function arguments.

Func<List<IExpression>, object> function

Function for this definition.

ItemType functionType

Function type.