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