[]
        
(Showing Draft Content)

FarPoint.CalcEngine.BinaryOperatorExpression.-ctor

BinaryOperatorExpression Constructor

BinaryOperatorExpression(BinaryOperatorInfo, Expression, Expression)

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

Declaration
public BinaryOperatorExpression(BinaryOperatorInfo oper, Expression arg0, Expression arg1)
Public Sub New(oper As BinaryOperatorInfo, arg0 As Expression, arg1 As Expression)
Parameters
Type Name Description
BinaryOperatorInfo oper

Operator

Expression arg0

Left-side operand

Expression arg1

Right-side operand

Exceptions
Type Condition
ArgumentNullException

oper or arg0 or arg1 is a null reference (Nothing in Visual Basic)