TOperator Enumeration
Operators that can be found inside a formula
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| Nop |
0 |
No operator |
| Neg |
19 |
- |
| Percent |
20 |
%% |
| Power |
7 |
^ |
| Mul |
5 |
* |
| Div |
6 |
/ |
| Add |
3 |
+ |
| Sub |
4 |
- |
| Concat |
8 |
& |
| GE |
12 |
greater or equal |
| LE |
10 |
less or equal |
| NE |
14 |
Not equal |
| EQ |
11 |
= |
| LT |
9 |
less than |
| GT |
13 |
greater than |
| UPlus |
18 |
Unary plus.
|