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