Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public static double InstantaneousResponseTime(
	CoverageQueryResult coverageIntervals,
	JulianDate time
)

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The intervals of coverage.
time
Type: AGI.Foundation.TimeJulianDate
The time of interest.

Return Value

Type: Double
The time in between the specified time and the next available coverage interval.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the time lies outside of the ConsideredIntervals or within the UnknownIntervals.
See Also