Enum DefaultAggregateFunction
Enumeration describing all available types for aggregating elements in a column/cell
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum DefaultAggregateFunction
Fields
Name | Description |
---|---|
Average | Average value of all elements. |
Maximum | the maximal element |
Minimum | The minimal element |
None | Do not aggregate at all. |
Sum | Sum of the all elements |