Click or drag to resize

AccessComputationComputeIntervals Method (JulianDate, JulianDate)

Finds the intervals during which all constraints are satisfied.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessEvaluationResult ComputeIntervals(
	JulianDate start,
	JulianDate end
)

Parameters

start
Type: AGI.Foundation.TimeJulianDate
The earliest date to consider.
end
Type: AGI.Foundation.TimeJulianDate
The latest date to consider.

Return Value

Type: AccessEvaluationResult
The result of the Access evaluation.
Remarks
Takes advantage of the ThreadingPolicy in order to improve performance by computing in multiple threads simultaneously.
See Also