Click or drag to resize

DoubleFunctionExplorer Methods

The DoubleFunctionExplorer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExplore(Double, Double)
Explores the function, raising events for each finding.
Public methodExplore(Double, Double, ITrackCalculationProgress)
Explores the function, raising events for each finding.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Resets exploration. After calling this method, CurrentVariableIsValid, PreviousVariableIsValid, and PreviousPreviousVariableIsValid all return .
Public methodStep
Explores the function through one step, raising events for any findings over the step.
Public methodStepInteractively
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also