DurationFunctionExplorerExplore Method (Duration, Duration) |
Explores the function, raising events for each finding.
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 Explore(
Duration start,
Duration stop
)
Public Sub Explore (
start As Duration,
stop As Duration
)
public:
void Explore(
Duration start,
Duration stop
)
member Explore :
start : Duration *
stop : Duration -> unit
Parameters
- start
- Type: AGI.Foundation.TimeDuration
The duration at which to start exploring the function. - stop
- Type: AGI.Foundation.TimeDuration
The duration at which to stop exploring the function.
Exceptions See Also