DoubleFunctionExplorerExplore Method (Double, Double, ITrackCalculationProgress) |
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(
double start,
double stop,
ITrackCalculationProgress tracker
)
Public Sub Explore (
start As Double,
stop As Double,
tracker As ITrackCalculationProgress
)
public:
void Explore(
double start,
double stop,
ITrackCalculationProgress^ tracker
)
member Explore :
start : float *
stop : float *
tracker : ITrackCalculationProgress -> unit
Parameters
- start
- Type: SystemDouble
The Variable at which to start exploring the function. - stop
- Type: SystemDouble
The Variable at which to stop exploring the function. - tracker
- Type: AGI.FoundationITrackCalculationProgress
The object to which progress is reported and that is able to cancel this operation before it is complete, or .
Exceptions See Also