Click or drag to resize

ResponseTimeMaximumResponseTime Method

Computes the maximum 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 MaximumResponseTime(
	CoverageQueryResult coverageIntervals
)

Parameters

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

Return Value

Type: Double
The maximum time it takes to regain coverage at any point in the overall interval.
Remarks
See Also