21 module
com { module sun { module star { module sheet {
27 published constants GeneralFunction2
const short AVERAGE
average of all numerical values is calculated.
Definition: GeneralFunction2.idl:54
const short NONE
nothing is calculated.
Definition: GeneralFunction2.idl:32
const short COUNTNUMS
numerical values are counted.
Definition: GeneralFunction2.idl:74
const short STDEVP
standard deviation is calculated based on the entire population.
Definition: GeneralFunction2.idl:84
Definition: Ambiguous.idl:20
const short MIN
minimum value of all numerical values is calculated.
Definition: GeneralFunction2.idl:64
const short AUTO
function is determined automatically.
Definition: GeneralFunction2.idl:39
const short COUNT
all values, including non-numerical values, are counted.
Definition: GeneralFunction2.idl:49
const short PRODUCT
product of all numerical values is calculated.
Definition: GeneralFunction2.idl:69
const short STDEV
standard deviation is calculated based on a sample.
Definition: GeneralFunction2.idl:79
const short MEDIAN
median of all numerical values is calculated.
Definition: GeneralFunction2.idl:100
const short MAX
maximum value of all numerical values is calculated.
Definition: GeneralFunction2.idl:59
const short VARP
variance is calculated based on the entire population.
Definition: GeneralFunction2.idl:94
const short SUM
sum of all numerical values is calculated.
Definition: GeneralFunction2.idl:44
const short VAR
variance is calculated based on a sample.
Definition: GeneralFunction2.idl:89