Enum AggregateStatisticType
The list of possible statistic types that can be used for aggregating geoelements.
Namespace: Esri.ArcGISRuntime.Reduction
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum AggregateStatisticType
Remarks
Defines the type of statistic for summarizing values returned from the StatisticFieldName or StatisticExpression for geoelements in an ref AggregateGeoElement.
Fields
Name | Description |
---|---|
Average | The average of values in the StatisticFieldName or StatisticExpression. |
Count | The count of geoelements in an AggregateGeoElement. |
Max | The largest value in the StatisticFieldName or StatisticExpression. |
Min | The smallest value in the StatisticFieldName or StatisticExpression. |
Mode | The most frequently occurring value in the StatisticFieldName or StatisticExpression. |
StandardDeviation | The standard deviation of values in the StatisticFieldName or StatisticExpression. |
Sum | The sum of values in the StatisticFieldName or StatisticExpression. |
Variance | The variance of values in the StatisticFieldName or StatisticExpression. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |