[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.BinaryExpression.-ctor

BinaryExpression Constructor

BinaryExpression(IExpressionEngine, Token, IExpression, IExpression)

Initializes a new instance of the BinaryExpression class.

Declaration
public BinaryExpression(IExpressionEngine engine, Token token, IExpression exprLeft, IExpression exprRight)
Parameters
Type Name Description
IExpressionEngine engine

the engine that initializes this expression.

Token token

the expression tree node.

IExpression exprLeft

the left IExpression for calculating a binary operation.

IExpression exprRight

the right IExpression for calculating a binary operation.