Package hec.model
Interface TimeSeriesConditionalComparable
public interface TimeSeriesConditionalComparable
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(RunTimeStep rts, double constValue) intcompare(RunTimeStep rts, TimeSeriesConditionalComparable tscc)
-
Method Details
-
compare
- Parameters:
rts- A particular step in time that the comparision must be made.constValue- The constant value to compare to the timeseries value at the time pointed to by the run time step.
-
compare
-