ResponseTimeInstantaneousResponseTime Method |
Given a point in time, this computes the time it takes to gain coverage (in seconds).
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 InstantaneousResponseTime(
CoverageQueryResult coverageIntervals,
JulianDate time
)
Public Shared Function InstantaneousResponseTime (
coverageIntervals As CoverageQueryResult,
time As JulianDate
) As Double
public:
static double InstantaneousResponseTime(
CoverageQueryResult^ coverageIntervals,
JulianDate time
)
static member InstantaneousResponseTime :
coverageIntervals : CoverageQueryResult *
time : JulianDate -> float
Parameters
- coverageIntervals
- Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage. - time
- Type: AGI.Foundation.TimeJulianDate
The time of interest.
Return Value
Type:
DoubleThe time in between the specified time and the next available coverage interval.
Exceptions See Also