All Implemented Interfaces:
Serializable, Calculation, DoubleCalculation

public class Range extends AbstractDoubleCalculation
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • min

      private double min
    • stepSize

      private double stepSize
    • max

      private double max
  • Constructor Details

    • Range

      public Range(Matrix matrix, double min, double stepSize, double max)
  • Method Details