# GC.Spread.Slicers.SlicerAggregateType

## Content

# Enumeration: SlicerAggregateType

[Spread](../modules/GC.Spread).[Slicers](../modules/GC.Spread.Slicers).SlicerAggregateType

Represents the aggregate type.

## Table of contents

### Enumeration members

- [average](GC.Spread.Slicers.SlicerAggregateType#average)
- [count](GC.Spread.Slicers.SlicerAggregateType#count)
- [counta](GC.Spread.Slicers.SlicerAggregateType#counta)
- [max](GC.Spread.Slicers.SlicerAggregateType#max)
- [min](GC.Spread.Slicers.SlicerAggregateType#min)
- [product](GC.Spread.Slicers.SlicerAggregateType#product)
- [stdev](GC.Spread.Slicers.SlicerAggregateType#stdev)
- [stdevp](GC.Spread.Slicers.SlicerAggregateType#stdevp)
- [sum](GC.Spread.Slicers.SlicerAggregateType#sum)
- [varp](GC.Spread.Slicers.SlicerAggregateType#varp)
- [vars](GC.Spread.Slicers.SlicerAggregateType#vars)

## Enumeration members

### <a id="average" name="average"></a> average

• **average** = `1`

 Calculates the average of the specified numeric values.

___

### <a id="count" name="count"></a> count

• **count** = `2`

 Calculates the number of data that contain numbers.

___

### <a id="counta" name="counta"></a> counta

• **counta** = `3`

 Calculates the number of data that contain non-null values.

___

### <a id="max" name="max"></a> max

• **max** = `4`

 Calculates the maximum value, the greatest value, of all the values.

___

### <a id="min" name="min"></a> min

• **min** = `5`

 Calculates the minimum value, the least value, of all the values.

___

### <a id="product" name="product"></a> product

• **product** = `6`

 Multiplies all the arguments and returns the product.

___

### <a id="stdev" name="stdev"></a> stdev

• **stdev** = `7`

 Calculates the standard deviation based on a sample.

___

### <a id="stdevp" name="stdevp"></a> stdevp

• **stdevp** = `8`

 Calculates the standard deviation of a population based on the entire population using the numbers in a column of a list or database that match the specified conditions.

___

### <a id="sum" name="sum"></a> sum

• **sum** = `9`

 Calculates the sum of the specified numeric values.

___

### <a id="varp" name="varp"></a> varp

• **varp** = `11`

 Calculates the variance based on a sample of a population, which includes numeric, logical, or text values.

___

### <a id="vars" name="vars"></a> vars

• **vars** = `10`

 Calculates the variance based on a sample of a population, which uses only numeric values.
