Go to the source code of this file.
|
const short | NONE = 0 |
| nothing is calculated. More...
|
|
const short | AVERAGE = 1 |
| average of all numerical values is calculated. More...
|
|
const short | COUNTNUMS = 2 |
| all values, including non-numerical values, are counted. More...
|
|
const short | COUNT = 3 |
| numerical values are counted. More...
|
|
const short | MAX = 4 |
| maximum value of all numerical values is calculated. More...
|
|
const short | MIN = 5 |
| minimum value of all numerical values is calculated. More...
|
|
const short | SUM = 9 |
| sum of all numerical values is calculated. More...
|
|