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.2.419.0 (24.2.419.0)
Syntax public static double MaximumResponseTime(
CoverageQueryResult coverageIntervals
)
Public Shared Function MaximumResponseTime (
coverageIntervals As CoverageQueryResult
) As Double
public:
static double MaximumResponseTime(
CoverageQueryResult^ coverageIntervals
)
static member MaximumResponseTime :
coverageIntervals : CoverageQueryResult -> float
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
Return Value
Type:
DoubleThe maximum time it takes to regain coverage at any point in the overall interval.
Remarks See Also