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.181-beta
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