AggregateFunction Enumeration |
Aggregate function applied to an element with a Data pivot position
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum AggregateFunction
Members| Member name | Value | Description |
|---|
| Sum | 0 |
Value is aggregated with a Sum
|
| Min | 1 |
Value is aggregated with a Minimum
|
| Max | 2 |
Value is aggregated with a Maximum
|
| Avg | 3 |
Value is aggregated with an Average
|
| Count | 4 |
Value is aggregated with a Count
|
| CountDistinct | 5 |
Value is aggregated with a Count Distinct
|
See Also