DurationFunctionExplorer Methods |
The DurationFunctionExplorer type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Explore(Duration, Duration) |
Explores the function, raising events for each finding.
| |
Explore(Duration, Duration, 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, CurrentDurationIsValid,
PreviousDurationIsValid, and PreviousPreviousDurationIsValid all
return .
| |
Step |
Explores the function through one step, raising events for any findings over the step.
| |
StepInteractively |
Steps exploration to a specified duration. Any findings during the step are reported in
an enumerable collection of DurationFunctionFindings.
Events are not raised for the findings.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |