[]
        
(Showing Draft Content)

FarPoint.CalcEngine.UnaryOperatorInfo

UnaryOperatorInfo Class

Represents the abstract base class for defining unary operators.

Inheritance
UnaryOperatorInfo
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public abstract class UnaryOperatorInfo : OperatorInfo
Public MustInherit Class UnaryOperatorInfo
    Inherits OperatorInfo

Constructors

Name Description
UnaryOperatorInfo()

Fields

Name Description
NegateOperator

Represents an instance of the unary negate operator.

PercentOperator

Represents an instance of the unary percent operator.

PlusOperator

Represents an instance of the unary plus operator.

Methods

Name Description
Evaluate(object)

Returns the result of the operator applied to the operand.