[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.CustomFunctionDefinition.-ctor

CustomFunctionDefinition Constructor

CustomFunctionDefinition(int, int, Func<List<object>, object>, ItemType)

Initializes a new instance of the CustomFunctionDefinition class.

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

Minimum count of function arguments.

int maxArgsCount

Maximum count of function arguments.

Func<List<object>, object> function

Function for this definition.

ItemType functionType

Function type.