20#ifndef __com_sun_star_sheet_GeneralFunction2_idl__
21#define __com_sun_star_sheet_GeneralFunction2_idl__
24module
com { module sun { module star { module sheet {
30published constants GeneralFunction2
52 const short COUNT = 3;
57 const short AVERAGE = 4;
103 const short MEDIAN = 13;
@ STDEV
standard deviation is calculated based on a sample.
Definition GeneralFunction.idl:81
@ MIN
minimum value of all numerical values is calculated.
Definition GeneralFunction.idl:66
@ VARP
variance is calculated based on the entire population.
Definition GeneralFunction.idl:96
@ COUNTNUMS
numerical values are counted.
Definition GeneralFunction.idl:76
@ PRODUCT
product of all numerical values is calculated.
Definition GeneralFunction.idl:71
@ MAX
maximum value of all numerical values is calculated.
Definition GeneralFunction.idl:61
@ VAR
variance is calculated based on a sample.
Definition GeneralFunction.idl:91
@ STDEVP
standard deviation is calculated based on the entire population.
Definition GeneralFunction.idl:86
Definition Ambiguous.idl:22