ResponseTime.MinimumResponseTime 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.3.420.0 (24.3.420.0)
Syntaxpublic 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.Coverage.CoverageQueryResult
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