Click or drag to resize

CoverageGapsTotalNumberOfGaps 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.1.418.0 (24.1.418.0)
Syntax
public static int TotalNumberOfGaps(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
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 .
Remarks
If there are gaps at the beginning or end, these will be included in the total.
See Also