'Declaration
Public Enum OperatorType Inherits System.Enum
'Usage
Dim instance As OperatorType
public enum OperatorType : System.Enum
'Declaration
Public Enum OperatorType Inherits System.Enum
'Usage
Dim instance As OperatorType
public enum OperatorType : System.Enum
Member | Description |
---|---|
Addition | Represents the addition operator (+). |
Concatenation | |
Division | Represents the division operator (/). |
DoesNotEquals | |
Equals | Represents the equals operator (=). |
Exponentiation | Represents the exponentiation operator (^). |
GreaterThan | Represents the greater-than operator (>). |
GreaterThanOrEquals | Represents the greater-than-or-equals operator (>=). |
LessThan | |
LessThanOrEquals | |
Multiplication | Represents the multiplication operator (*). |
Negation | Represents the negation operator (-). |
Percentage | Represents the percentage operator (%). |
Plus | Represents the plus operator (+). |
ReferenceSource | Represents the reference source operator (!). |
Subtraction | Represents the subtraction operator (-). |
System.Object
System.ValueType
System.Enum
GrapeCity.CalcEngine.OperatorType