Interface XYNumericFunction.Accumulator

Enclosing class:
XYNumericFunction

protected static interface XYNumericFunction.Accumulator
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    accumulate(double x, double y)
     
  • Method Details

    • accumulate

      double accumulate(double x, double y)