Click or drag to resize

ISetWindowFieldsPartitionExtensions.ExponentialMovingAverage Method

Overload List
  NameDescription
Public methodStatic memberExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
Public methodStatic memberExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
Public methodStatic memberExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
Public methodStatic memberExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
Public methodStatic memberExponentialMovingAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, ExponentialMovingAverageWeighting, SetWindowFieldsWindow)
Returns the exponential moving average value of the numeric values. Ignores non-numeric values.
Top
See Also