DurationFunctionExplorer Events |
The DurationFunctionExplorer type exposes the following members.
Name | Description | |
---|---|---|
FunctionSampled |
Raised each time a function is sampled. Note that this NOT raised when the function is sampled
for the purpose of precisely finding a threshold crossing or extremum.
| |
LocalExtremumFound | Raised when a precise local minimum or maximum has been found. This event will only be raised if the local extremum is found precisely. Local extrema are found precisely if:
| |
LocalExtremumIndicated |
Raised when three points are found that indicate the existence of a local extremum (minimum or maximum).
When this event is raised, the exact extremum has not yet been identified.
| |
ThresholdCrossingFound |
Raised when a precise threshold crossing has been found. This event will
only be raised if
FindAllCrossingsPrecisely is or
FindPreciseCrossing
is called during the handling of the ThresholdCrossingIndicated event.
| |
ThresholdCrossingIndicated |
Raised when two points are found that indicate a threshold was crossed.
When this event is raised, the exact crossing has not yet been identified.
|