| Name | Description |
---|
  | ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
  | ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
  | ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
  | ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|
  | ExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow) |
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
|