findTimeInterval
Finds an index i
in times
such that the parameter time
is in the interval [times[i], times[i + 1]]
.
Return
The index for the element at the start of the interval.
Parameters
time
The time.
Finds an index i
in times
such that the parameter time
is in the interval [times[i], times[i + 1]]
.
The index for the element at the start of the interval.
The time.