DurationFunctionExplorerStepInteractively Method |
Steps exploration to a specified duration. Any findings during the step are reported in
an enumerable collection of
DurationFunctionFindings.
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<DurationFunctionFinding> StepInteractively(
Duration next
)
Public Function StepInteractively (
next As Duration
) As IEnumerable(Of DurationFunctionFinding)
public:
IEnumerable<DurationFunctionFinding^>^ StepInteractively(
Duration next
)
member StepInteractively :
next : Duration -> IEnumerable<DurationFunctionFinding>
Parameters
- next
- Type: AGI.Foundation.TimeDuration
The duration to which to step.
Return Value
Type:
IEnumerableDurationFunctionFinding
An enumerable collection of findings over the step. This collection becomes invalid the next time
the function explorer is stepped.
See Also