[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.ExpressionEngine.GetBinaryExpression

GetBinaryExpression Method

GetBinaryExpression(Token, IExpression, IExpression)

Gets a binary expression.

Declaration
protected virtual IExpression GetBinaryExpression(Token token, IExpression exprLeft, IExpression exprRight)
Parameters
Type Name Description
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.

Returns
Type Description
IExpression