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.
|
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