DurationFunctionExtremumIndicated Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DurationFunctionExtremumIndicated(
DurationFunctionExplorer explorer,
DurationFunctionDetails function,
Duration leftDuration,
double leftValue,
Duration middleDuration,
double middleValue,
Duration rightDuration,
double rightValue
)
Public Sub New (
explorer As DurationFunctionExplorer,
function As DurationFunctionDetails,
leftDuration As Duration,
leftValue As Double,
middleDuration As Duration,
middleValue As Double,
rightDuration As Duration,
rightValue As Double
)
public:
DurationFunctionExtremumIndicated(
DurationFunctionExplorer^ explorer,
DurationFunctionDetails^ function,
Duration leftDuration,
double leftValue,
Duration middleDuration,
double middleValue,
Duration rightDuration,
double rightValue
)
new :
explorer : DurationFunctionExplorer *
function : DurationFunctionDetails *
leftDuration : Duration *
leftValue : float *
middleDuration : Duration *
middleValue : float *
rightDuration : Duration *
rightValue : float -> DurationFunctionExtremumIndicated
Parameters
- explorer
- Type: AGI.Foundation.NumericalMethodsDurationFunctionExplorer
The explorer that found the indicated extremum. - function
- Type: AGI.Foundation.NumericalMethodsDurationFunctionDetails
The function for which an extremum was identified. - leftDuration
- Type: AGI.Foundation.TimeDuration
The left duration. - leftValue
- Type: SystemDouble
The left function value. - middleDuration
- Type: AGI.Foundation.TimeDuration
The middle duration. - middleValue
- Type: SystemDouble
The middle function value. - rightDuration
- Type: AGI.Foundation.TimeDuration
The right duration. - rightValue
- Type: SystemDouble
The right function value.
See Also