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 |
---|---|
DurationFunctionDetails |
DurationFunctionSampledEventArgs.getFunction()
Gets the function that was sampled.
|
Constructor and Description |
---|
DurationFunctionSampledEventArgs(DurationFunctionDetails function,
Duration sampleDuration,
double sampleValue)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
DurationFunctionDetails |
DurationFunctionCollection.add(DurationSimpleFunction function)
Adds a function to the collection.
|
DurationFunctionDetails |
DurationFunctionCollection.add(DurationSimpleFunction function,
double threshold)
Adds a function to the collection, and adds a threshold value that is of interest while
exploring the function.
|
DurationFunctionDetails |
DurationFunctionThresholdCrossingIndicated.getFunction()
Gets the function that crossed the threshold.
|
DurationFunctionDetails |
DurationFunctionThresholdCrossingFound.getFunction()
Gets the function that crossed the threshold.
|
DurationFunctionDetails |
DurationFunctionExtremumIndicated.getFunction()
Gets the function for which the extremum is indicated.
|
DurationFunctionDetails |
DurationFunctionExtremumFound.getFunction()
Gets the function for which the extremum was found.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DurationFunctionCollection.insertItem(int index,
DurationFunctionDetails item)
Inserts an element into the collection at the specified index.
|
protected void |
DurationFunctionCollection.setItem(int index,
DurationFunctionDetails item)
Replaces the element at the specified index.
|
Constructor and Description |
---|
DurationFunctionExtremumIndicated(DurationFunctionExplorer explorer,
DurationFunctionDetails function,
Duration leftDuration,
double leftValue,
Duration middleDuration,
double middleValue,
Duration rightDuration,
double rightValue)
Initializes a new instance.
|
DurationFunctionThresholdCrossingIndicated(DurationFunctionExplorer explorer,
DurationFunctionDetails function,
DurationFunctionThresholdDetails threshold,
DurationFunctionExtremumFound extremum,
Duration leftDuration,
double leftValue,
Duration rightDuration,
double rightValue)
Initializes a new instance.
|