RevisitTimeAverageRevisitTime Method |
Computes the average of the gap durations based on the number of gaps.
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 AverageRevisitTime(
CoverageQueryResult coverageIntervals
)
Public Shared Function AverageRevisitTime (
coverageIntervals As CoverageQueryResult
) As Double
public:
static double AverageRevisitTime(
CoverageQueryResult^ coverageIntervals
)
static member AverageRevisitTime :
coverageIntervals : CoverageQueryResult -> float
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
Return Value
Type:
DoubleThe average time it takes in seconds to regain coverage after it is lost.
See Also