DoubleAvg Method
DoubleAvg()
Averages double input values (does not accept nulls).
Declaration
public static IAggregator<double> DoubleAvg()
Returns
IAggregator<double> | The aggregator. |
DoubleAvg(string)
Averages double input values (does not accept nulls).
Declaration
public static IAggregator<double> DoubleAvg(string attributePath)
Parameters
string | attributePath | An attribute path. |
Returns
IAggregator<double> | The aggregator. |
Remarks
Values are extracted from the specified attributePath
.