java.lang.Object
llnl.gnem.core.util.seriesMathHelpers.MinMax

public class MinMax extends Object
Author:
dodge1
  • Constructor Details

    • MinMax

      public MinMax(double min, double max)
  • Method Details

    • getMin

      public double getMin()
      Returns:
      the min
    • getMax

      public double getMax()
      Returns:
      the max
    • getRange

      public double getRange()