Click or drag to resize

JulianDateFunctionExplorerStepInteractively Method

Steps exploration to a specified date. Any findings during the step are reported in an enumerable collection of JulianDateFunctionFindings. Events are not raised for the findings.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<JulianDateFunctionFinding> StepInteractively(
	JulianDate next
)

Parameters

next
Type: AGI.Foundation.TimeJulianDate
The date to which to step.

Return Value

Type: IEnumerableJulianDateFunctionFinding
An enumerable collection of findings over the step. This collection becomes invalid the next time the function explorer is stepped.
See Also