[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.FunctionExpression.-ctor

FunctionExpression Constructor

FunctionExpression(IExpressionEngine, string, FunctionDefinition, List<IExpression>)

Initializes a new instance of the FunctionExpression class.

Declaration
public FunctionExpression(IExpressionEngine engine, string id, FunctionDefinition function, List<IExpression> args)
Parameters
Type Name Description
IExpressionEngine engine

the engine that initializes this expression.

string id

the function identifier.

FunctionDefinition function

the function.

List<IExpression> args

the argumetns of the function.