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
.