Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UnaryOperatorInfo Class
Fields Properties Methods


In This Topic
    UnaryOperatorInfo Class Members
    In This Topic

    The following tables list the members exposed by UnaryOperatorInfo.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the unary negate operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the unary percent operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the unary plus operator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the name of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
    Top
    Public Methods
     NameDescription
    Public MethodReturns the result of the operator applied to the operand.  
    Public MethodReturns the text representation of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
    Top
    See Also