[]
        
(Showing Draft Content)

FarPoint.CalcEngine.UnaryOperatorExpression

UnaryOperatorExpression Class

Represents an expression with a unary operator applied to a single operand as the expression.

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

Constructors

Name Description
UnaryOperatorExpression(UnaryOperatorInfo, Expression)

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

Properties

Name Description
Arg

Gets the operand for the expression.

Operator

Gets the operator for the expression.