Click or drag to resize

TimeIntervalFinderFindIntervals Method (JulianDate, JulianDate)

Finds the intervals on which the Function satisfies the ConstraintValue over the specified interval.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection FindIntervals(
	JulianDate start,
	JulianDate stop
)

Parameters

start
Type: AGI.Foundation.TimeJulianDate
The beginning of the interval on which to search.
stop
Type: AGI.Foundation.TimeJulianDate
The end of the interval on which to search.

Return Value

Type: TimeIntervalCollection
A collection of intervals on which the function satisfies the constraint.
See Also