CepWindowExtensionMethods.Sum Method

 

Computes the sum of all events in a window.

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Byte>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Decimal>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Double>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int16>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int32>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Int64>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Byte>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Decimal>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Double>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int16>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int32>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Int64>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<SByte>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<Single>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt16>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt32>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Nullable<UInt64>>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, SByte>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, Single>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt16>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt32>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

System_CAPS_pubmethodSystem_CAPS_static Sum<TPayload>(CepWindow<TPayload>, Expression<Func<TPayload, UInt64>>)

Computes the sum of all events in a window. The value to compute the sum over is defined in the input expression parameter.

See Also

CepWindowExtensionMethods Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top