Click or drag to resize

CoverageGapsTimeAverageGap Method

The time average length of gaps in coverage, computed as the sum of the square of the gap lengths all divided by the length of the interval of interest.

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 double TimeAverageGap(
	CoverageQueryResult coverageIntervals
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.

Return Value

Type: Double
The time average of all the gaps in coverage.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when coverageIntervals is .
See Also