GrapeCity.CalcEngine.Operators Namespace : CalcBinaryOperators Class |
For a list of all members of this type, see CalcBinaryOperators members.
Name | Description | |
---|---|---|
Add | Represents an instance of the binary addition operator. | |
Concatenate | Represents an instance of the binary concatenate operator. | |
Divide | Represents an instance of the binary division operator. | |
Equal | Represents an instance of the binary equals operator. | |
Exponent | Represents an instance of the binary exponent operator. | |
GreaterThan | Represents an instance of the binary "greater than" operator. | |
GreaterThanOrEqual | Represents an instance of the binary "greater than or equals" operator. | |
Intersection | Represents an instance of the binary intersect operator. | |
LessThan | Represents an instance of the binary "less than" operator. | |
LessThanOrEqual | Represents an instance of the binary "less than or equals" operator. | |
Multiply | Represents an instance of the binary multiplication operator. | |
NotEqual | Represents an instance of the binary "not equals" operator. | |
Range | Represents an instance of the binary range operator. | |
Subtract | Represents an instance of the binary subtraction operator. | |
Union | Represents an instance of the binary union operator. |