General function constant

Where used:

Constants:

Constant Value Description
Constant.SYMPHONY_GENERAL_FUNCTION_NONE 0 calculate nothing
Constant.SYMPHONY_GENERAL_FUNCTION_AUTO 1 function is determined automatically
Constant.SYMPHONY_GENERAL_FUNCTION_SUM 2 calculate sum of all numerical values
Constant.SYMPHONY_GENERAL_FUNCTION_COUNT 3 all values, including non-numerical values, are counted
Constant.SYMPHONY_GENERAL_FUNCTION_AVERAGE 4 calculate average of all numerical values
Constant.SYMPHONY_GENERAL_FUNCTION_MAX 5 calculate maximum value of all numerical values
Constant.SYMPHONY_GENERAL_FUNCTION_MIN 6 calculate minimum value of all numerical values
Constant.SYMPHONY_GENERAL_FUNCTION_PRODUCT 7 calculate product of all numerical values
Constant.SYMPHONY_GENERAL_FUNCTION_COUNTNUMS 8 numerical values are counted
Constant.SYMPHONY_GENERAL_FUNCTION_STDEV 9 calculate standard deviation based on a sample
Constant.SYMPHONY_GENERAL_FUNCTION_STDEVP 10 calculate standard deviation based on the entire population
Constant.SYMPHONY_GENERAL_FUNCTION_VAR 11 calculate variance based on a sample
Constant.SYMPHONY_GENERAL_FUNCTION_VARP 12 calculate variance based on the entire population