[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.GetFunctionExpression

GetFunctionExpression Method

GetFunctionExpression(string, FunctionDefinition, List<IExpression>)

Gets a function expression.

Declaration
protected virtual IExpression GetFunctionExpression(string id, FunctionDefinition fnDef, List<IExpression> expr)
Parameters
Type Name Description
string id

Function identifier.

FunctionDefinition fnDef

Function definition.

List<IExpression> expr

Arguments of the function.

Returns
Type Description
IExpression