Click or drag to resize

DoubleFunctionExplorerStep Method

Explores the function through one step, raising events for any findings over the step.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Step(
	double next
)

Parameters

next
Type: SystemDouble
The Variable of the next step.
See Also