Share via


CepWindowExtensionMethods.Avg Method

Include Protected Members
Include Inherited Members

Returns the average for the specified values.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Byte>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Decimal>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Double>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int16>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int32>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int64>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Byte>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Decimal>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Double>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int16>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int32>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int64>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<SByte>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Single>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt16>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt32>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt64>>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, SByte>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Single>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt16>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt32>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.
Public methodStatic member Avg<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt64>>) Computes the average over all events in a window. The value to average over is defined in the input expression parameter.

Top

See Also

Reference

CepWindowExtensionMethods Class

Microsoft.ComplexEventProcessing.Linq Namespace