Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IEnumerable<DurationFunctionFinding> StepInteractively(
	Duration next
)

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