| Package | Description |
|---|---|
| agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
| agi.foundation.numericalmethods.advanced |
Contains additional advanced numerical algorithms and supporting types.
|
| Modifier and Type | Method and Description |
|---|---|
DurationFunctionThresholdCrossingIndicated |
DurationThresholdCrossingIndicatedEventArgs.getFinding()
Gets the finding indicated by this event.
|
| Constructor and Description |
|---|
DurationThresholdCrossingIndicatedEventArgs(DurationFunctionThresholdCrossingIndicated finding)
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
DurationFunctionThresholdCrossingIndicated |
DurationFunctionThresholdCrossingFound.getIndication()
Gets the finding that originally indicated the existence of this threshold crossing.
|
| Constructor and Description |
|---|
DurationFunctionThresholdCrossingFound(DurationFunctionThresholdCrossingIndicated indication,
Duration crossingDuration,
double crossingValue)
Initializes a new instance.
|