Click or drag to resize

TimeIntervalCollection<T>.IndexOf Method

Overload List
  NameDescription
Public methodIndexOf(JulianDate)
Finds the index of the TimeInterval in this collection that contains the specified date.
Public methodIndexOf(TimeInterval<T>)
Finds the index of a given TimeInterval<T> in the collection. This method requires that the given interval exactly match an interval in the collection. Intervals with different time standards, different data, or even slightly different values due to floating point noise will be considered to be different.
Top
See Also