Click or drag to resize

Range<T> .Merge(Range<T> ) Method

Merges two ranges into one range that fully encompasses both ranges.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntax
public Range<T> Merge(
	Range<T> range
)
View Source

Parameters

range  Range<T>
The range to be merged with this one.

Return Value

Range<T>
The range that fully encompasses the merged ranges.
See Also