Show / Hide Table of Contents

Enum AggregationMethodType

Describes a method used to aggregate data.

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum AggregationMethodType

Fields

Name Description
Average

The mean.

Count

The count of items in the data.

CumulativePercent

Cumulative percent.

Maximum

The maximum value.

Median

The median.

Minimum

The minimum value.

Mode

The mode.

Percent

Percent.

PercentileRank

The percentile rank.

Sum

The data are added.

Unspecified

Unspecified.

In This Article
Back to top Generated by DocFX