Share via


AverageState<T> Struct

Definition

The state object used in average aggregates.

[System.Runtime.Serialization.DataContract]
public struct AverageState<T>
type AverageState<'T> = struct
Public Structure AverageState(Of T)

Type Parameters

T

The type of the underlying elements being aggregated.

Inheritance
AverageState<T>
Attributes

Fields

Count

The count of all events so far.

Sum

The sum of all data seen so far.

Applies to