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.2.419.0 (24.2.419.0)
Syntax public static double TimeAverageGap(
CoverageQueryResult coverageIntervals
)
Public Shared Function TimeAverageGap (
coverageIntervals As CoverageQueryResult
) As Double
public:
static double TimeAverageGap(
CoverageQueryResult^ coverageIntervals
)
static member TimeAverageGap :
coverageIntervals : CoverageQueryResult -> float
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
Return Value
Type:
DoubleThe time average of all the gaps in coverage.
Exceptions See Also