Click or drag to resize

OutageMergeOverlapping Method

Merges all consecutive groups of overlapping ranges in a collection and returns the resulting collection of outages.

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public static IEnumerable<Outage> MergeOverlapping(
	IEnumerable<Outage> outages
)
View Source

Parameters

outages  IEnumerableOutage
The collection of outages.

Return Value

IEnumerableOutage
The collection of merged outages.
Remarks
This method does not preserve the order of the source collection.
See Also