Click or drag to resize

CoverageGaps.TotalNumberOfGaps Method

Computes the total number of gaps in coverage between the given times.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static int TotalNumberOfGaps(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.Coverage.CoverageQueryResult
The intervals of coverage.

Return Value

Type: Int32
The total number of gaps where there is no coverage.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when coverageIntervals is null.
Remarks
If there are gaps at the beginning or end, these will be included in the total.
See Also