| Name | Description |
---|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
  | Average<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|