2.5.28 DataConsolidationFunction

The DataConsolidationFunction enumeration specifies the valid values of the data consolidation function in the BrtBeginSXDI (section 2.4.243) record.

The value of this enumeration MUST be a value from the following table.

Name

Value

Meaning

SUM

0x00000000

The sum of the values.

COUNT

0x00000001

The count of data values.

AVERAGE

0x00000002

The average of the values.

MAX

0x00000003

The largest value.

MIN

0x00000004

The smallest value.

PRODUCT

0x00000005

The product of the values.

COUNTNUM

0x00000006

The count of data values that are numbers.

STDDEV

0x00000007

An estimate of the standard deviation of a population, where the data to be summarized is a subset of the entire population.

STDDEVP

0x00000008

The standard deviation of a population, where the population is all of the data to be summarized.

STDVAR

0x00000009

An estimate of the variance of a population, where the data to be summarized is a subset of the entire population.

STDVARP

0x0000000A

The variance of a population, where the population is all of the data to be summarized.