Package hec.model

Interface TimeSeriesConditionalComparable


public interface TimeSeriesConditionalComparable
  • Method Details

    • compare

      int compare(RunTimeStep rts, double constValue)
      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