[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.CustomFunctionExpression.-ctor

CustomFunctionExpression Constructor

CustomFunctionExpression(IExpressionEngine, string, CustomFunctionDefinition, List<IExpression>)

Initializes a new instance of the CustomFunctionExpression class.

Declaration
public CustomFunctionExpression(IExpressionEngine engine, string id, CustomFunctionDefinition function, List<IExpression> args)
Public Sub New(engine As IExpressionEngine, id As String, [function] As CustomFunctionDefinition, args As List(Of IExpression))
Parameters
Type Name Description
IExpressionEngine engine

the engine that initializes this expression.

string id

the function identifier.

CustomFunctionDefinition function

the custom function.

List<IExpression> args

the argumetns of the function.