Field Summary | ||
---|---|---|
const int | SUM | |
Represents Sum totals calcultation. | ||
const int | COUNT | |
Represents Count totals calcultation. | ||
const int | AVERAGE | |
Represents Average totals calcultation. | ||
const int | MAX | |
Represents Max totals calcultation. | ||
const int | MIN | |
Represents Min totals calcultation. | ||
const int | VAR | |
Represents Var totals calcultation. | ||
const int | COUNT_NUMS | |
Represents Count Nums totals calcultation. | ||
const int | STD_DEV | |
Represents StdDev totals calcultation. | ||
const int | NONE | |
Represents No totals calcultation. | ||
const int | CUSTOM | |
Represents custom calcultation. |
Field Detail |
---|
SUM | |
const int SUM |
COUNT | |
const int COUNT |
AVERAGE | |
const int AVERAGE |
MAX | |
const int MAX |
MIN | |
const int MIN |
VAR | |
const int VAR |
COUNT_NUMS | |
const int COUNT_NUMS |
STD_DEV | |
const int STD_DEV |
NONE | |
const int NONE |
CUSTOM | |
const int CUSTOM |