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.2.419.0 (24.2.419.0)
Syntax public static double MinimumResponseTime(
CoverageQueryResult coverageIntervals
)
Public Shared Function MinimumResponseTime (
coverageIntervals As CoverageQueryResult
) As Double
public:
static double MinimumResponseTime(
CoverageQueryResult^ coverageIntervals
)
static member MinimumResponseTime :
coverageIntervals : CoverageQueryResult -> float
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
Return Value
Type:
DoubleThe 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