Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
DurationFunctionExplorer.addThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs> value)
Adds a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|
void |
DurationFunctionExplorer.removeThresholdCrossingIndicated(EventHandler<DurationThresholdCrossingIndicatedEventArgs> value)
Removes a handler for an event that is raised when two points are found that indicate a threshold was crossed.
|