Click or drag to resize

DoubleFunctionExplorerStepInteractively Method

Steps exploration to a specified Variable. Any findings during the step are reported in an enumerable collection of DoubleFunctionFindings. 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<DoubleFunctionFinding> StepInteractively(
	double next
)

Parameters

next
Type: SystemDouble
The Variable to which to step.

Return Value

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