Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / OperatorType Enumeration


In This Topic
    OperatorType Enumeration
    In This Topic
    Enumerates the list of operators.
    Syntax
    'Declaration
     
    
    Public Enum OperatorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OperatorType
    public enum OperatorType : System.Enum 
    Members
    MemberDescription
    AdditionRepresents the addition operator (+).
    Concatenation 
    DivisionRepresents the division operator (/).
    DoesNotEquals 
    EqualsRepresents the equals operator (=).
    ExponentiationRepresents the exponentiation operator (^).
    GreaterThanRepresents the greater-than operator (>).
    GreaterThanOrEqualsRepresents the greater-than-or-equals operator (>=).
    LessThan 
    LessThanOrEquals 
    MultiplicationRepresents the multiplication operator (*).
    NegationRepresents the negation operator (-).
    PercentageRepresents the percentage operator (%).
    PlusRepresents the plus operator (+).
    ReferenceSourceRepresents the reference source operator (!).
    SubtractionRepresents the subtraction operator (-).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.CalcEngine.OperatorType

    See Also