Class MinMax
java.lang.Object
llnl.gnem.core.util.seriesMathHelpers.MinMax
- Author:
- dodge1
-
Constructor Summary
-
Method Summary
-
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()
-