| Name | Description |
---|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Decimal, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Double, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Int32, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Int64, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableDecimal, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableDouble, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableInt32, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableInt64, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, NullableSingle, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|
| AverageTInput(ISetWindowFieldsPartitionTInput, FuncTInput, Single, SetWindowFieldsWindow) |
Returns the average value of the numeric values. Average ignores non-numeric values.
|