Click or drag to resize

ResponseTimeMinimumResponseTime Method

The minimum time it takes to gain coverage.

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

Parameters

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

Return Value

Type: Double
The minimum time it takes to regain coverage at any point in the overall interval.
Remarks
If any coverage exists, this is zero. Otherwise, it is the length of the interval of interest.
See Also