Package hec.model
Interface TimeSeriesConditionalComparable
public interface TimeSeriesConditionalComparable
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(RunTimeStep rts, double constValue) int
compare
(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
-