| Name | Description |
---|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|
  | Derivative<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, WindowTimeUnit, SetWindowFieldsWindow) |
Returns the average rate of change within the specified window.
|