DoubleFunctionExtremumIndicated 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 DoubleFunctionExtremumIndicated(
DoubleFunctionExplorer explorer,
DoubleFunctionDetails function,
double leftVariable,
double leftValue,
double middleVariable,
double middleValue,
double rightVariable,
double rightValue
)
Public Sub New (
explorer As DoubleFunctionExplorer,
function As DoubleFunctionDetails,
leftVariable As Double,
leftValue As Double,
middleVariable As Double,
middleValue As Double,
rightVariable As Double,
rightValue As Double
)
public:
DoubleFunctionExtremumIndicated(
DoubleFunctionExplorer^ explorer,
DoubleFunctionDetails^ function,
double leftVariable,
double leftValue,
double middleVariable,
double middleValue,
double rightVariable,
double rightValue
)
new :
explorer : DoubleFunctionExplorer *
function : DoubleFunctionDetails *
leftVariable : float *
leftValue : float *
middleVariable : float *
middleValue : float *
rightVariable : float *
rightValue : float -> DoubleFunctionExtremumIndicated
Parameters
- explorer
- Type: AGI.Foundation.NumericalMethodsDoubleFunctionExplorer
The explorer that found the indicated extremum. - function
- Type: AGI.Foundation.NumericalMethodsDoubleFunctionDetails
The function for which an extremum was identified. - leftVariable
- Type: SystemDouble
The left Variable. - leftValue
- Type: SystemDouble
The left function value. - middleVariable
- Type: SystemDouble
The middle Variable. - middleValue
- Type: SystemDouble
The middle function value. - rightVariable
- Type: SystemDouble
The right Variable. - rightValue
- Type: SystemDouble
The right function value.
See Also