Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.