TimeIntervalCollection<T>.IntersectMergingData Method |
Name | Description | |
---|---|---|
![]() | IntersectMergingData(TimeInterval<T>, MergeTimeIntervalDataCallback<T>) |
Computes the intersection of this interval collection with an interval. When the interval overlaps an interval
in the collection, a provided callback is used to merge the Data on each into a single
value that is applied to the interval of intersection. If the mergeCallback is
null, intervals that overlap in time will not be included in the returned intersection collection
if they have different data.
|
![]() | IntersectMergingData(TimeIntervalCollection<T>, MergeTimeIntervalDataCallback<T>) |
Computes the intersection of this interval collection with another. When intervals in the two collections overlap,
a provided callback is used to merge the Data on each into a single
value that is applied to the interval of intersection. If the mergeCallback is
null, intervals that overlap in time will not be included in the returned intersection collection
if they have different data.
|
![]() | IntersectMergingData(TimeInterval<T>, IEqualityComparer<T>, MergeTimeIntervalDataCallback<T>) |
Computes the intersection of this interval collection with an interval. When the interval overlaps an interval
in the collection, a provided callback is used to merge the Data on each into a single
value that is applied to the interval of intersection. If the mergeCallback is
null, intervals that overlap in time will not be included in the returned intersection collection
if they have different data.
|
![]() | IntersectMergingData(TimeIntervalCollection<T>, IEqualityComparer<T>, MergeTimeIntervalDataCallback<T>) |
Computes the intersection of this interval collection with another. When intervals in the two collections overlap,
a provided callback is used to merge the Data on each into a single
value that is applied to the interval of intersection. If the mergeCallback is
null, intervals that overlap in time will not be included in the returned intersection collection
if they have different data.
|