DoubleFunctionExplorer.Explore Method (Double, Double) |
Explores the function, raising events for each finding.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Explore(
double start,
double stop
)
Public Sub Explore (
start As Double,
stop As Double
)
public:
void Explore(
double start,
double stop
)
member Explore :
start : float *
stop : float -> unit
Parameters
- start
- Type: System.Double
The Variable at which to start exploring the function. - stop
- Type: System.Double
The Variable at which to stop exploring the function.
Exceptions
See Also