[]
        
(Showing Draft Content)

FarPoint.CalcEngine.BinaryOperatorExpression

BinaryOperatorExpression Class

Represents an expression with a binary operator applied to a pair of operands as the expression.

Inheritance
BinaryOperatorExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class BinaryOperatorExpression : Expression
Public Class BinaryOperatorExpression
    Inherits Expression

Constructors

Name Description
BinaryOperatorExpression(BinaryOperatorInfo, Expression, Expression)

Creates a new expression with a binary operator applied to a pair of operands.

Properties

Name Description
Arg0

Gets the left-side operand for the expression.

Arg1

Gets the right-side operand for the expression.

Operator

Gets the operator for the expression.