Click or drag to resize

ISetWindowFieldsPartitionExtensions.Average Method

Overload List
  NameDescription
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Decimal>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Double>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int32>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Int64>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Decimal>>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Double>>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int32>>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Int64>>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Nullable<Single>>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverage<TInput>(ISetWindowFieldsPartition<TInput>, Func<TInput, Single>, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Top
See Also