[]
        
(Showing Draft Content)

FarPoint.CalcEngine.UnaryOperatorExpression.-ctor

UnaryOperatorExpression Constructor

UnaryOperatorExpression(UnaryOperatorInfo, Expression)

Creates an expression representing a unary operator applied to a single operand.

Declaration
public UnaryOperatorExpression(UnaryOperatorInfo oper, Expression arg)
Public Sub New(oper As UnaryOperatorInfo, arg As Expression)
Parameters
Type Name Description
UnaryOperatorInfo oper

Operator

Expression arg

Operand

Exceptions
Type Condition
ArgumentNullException

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