Click or drag to resize

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

Parameters

coverageIntervals
Type: AGI.Foundation.Coverage.CoverageQueryResult
The intervals of coverage.
time
Type: AGI.Foundation.Time.JulianDate
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