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.2.419.0 (24.2.419.0)
Syntax public IEnumerable<JulianDateFunctionFinding> StepInteractively(
JulianDate next
)
Public Function StepInteractively (
next As JulianDate
) As IEnumerable(Of JulianDateFunctionFinding)
public:
IEnumerable<JulianDateFunctionFinding^>^ StepInteractively(
JulianDate next
)
member StepInteractively :
next : JulianDate -> IEnumerable<JulianDateFunctionFinding>
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