Click or drag to resize

ISetWindowFieldsPartitionExtensions.Derivative Method

Overload List
  NameDescription
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Public methodStatic memberDerivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, WindowTimeUnit, SetWindowFieldsWindow)
Returns the average rate of change within the specified window.
Top
See Also