Click or drag to resize

ISetWindowFieldsPartitionExtensionsAverage Method

Overload List
  NameDescription
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Decimal, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Double, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Int32, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Int64, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableDecimal, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableDouble, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableInt32, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableInt64, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableSingle, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Public methodStatic memberAverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Single, SetWindowFieldsWindow)
Returns the average value of the numeric values. Average ignores non-numeric values.
Top
See Also