All Implemented Interfaces:
FunctionValue, OperatorFunctionValue
Direct Known Subclasses:
AverageFunction

public class SumFunction extends AbstractMathFunction
Returns the sum of a supplied list of numbers.
Since:
1.4
  • Constructor Details

    • SumFunction

      public SumFunction()
    • SumFunction

      public SumFunction(List<FunctionValue> values)
  • Method Details