FixedPointSum Method
FixedPointSum()
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts float or double input values.
Declaration
public static IAggregator<long> FixedPointSum()
Returns
IAggregator<Int64> | The aggregator. |
FixedPointSum(String)
An aggregator that calculates the sum of the input values extracted from the given attributePath. Does NOT accept null input values nor null extracted values. Accepts float or double input values.
Declaration
public static IAggregator<long> FixedPointSum(string attributePath)
Parameters
String | attributePath | attribute Path |
Returns
IAggregator<Int64> | The aggregator. |