In This Article

AggregationKind Enum

Specifies the various kinds of built-in aggregation functions.

public enum AggregationKind

Fields

Name Description
Average

Indicates that the values will be averaged together.

First

Indicates that the first value will be used.

Last

Indicates that the last value will be used.

Maximum

Indicates that the maximum value will be used.

Minimum

Indicates that the minimum value will be used.

SignedMaximum

Indicates that the value which is the furthest from zero (positive or negative) will be used, while still retaining its original sign.

SignedMinimum

Indicates that the value which is the closest to zero (positive or negative) will be used, while still retaining its original sign.