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