DurationFunctionExplorerStep 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.2.419.0 (24.2.419.0)
Syntax public void Step(
Duration next
)
Public Sub Step (
next As Duration
)
public:
void Step(
Duration next
)
member Step :
next : Duration -> unit
Parameters
- next
- Type: AGI.Foundation.TimeDuration
The duration of the next step.
See Also