DoubleFunctionExplorer Methods |
The DoubleFunctionExplorer type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Explore(Double, Double) |
Explores the function, raising events for each finding.
| |
| Explore(Double, Double, ITrackCalculationProgress) |
Explores the function, raising events for each finding.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Resets exploration. After calling this method, CurrentVariableIsValid,
PreviousVariableIsValid, and PreviousPreviousVariableIsValid all
return .
| |
| Step |
Explores the function through one step, raising events for any findings over the step.
| |
| StepInteractively |
Steps exploration to a specified Variable. Any findings during the step are reported in
an enumerable collection of DoubleFunctionFindings.
Events are not raised for the findings.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |