Click or drag to resize

DoubleFunctionExtremumIndicated Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DoubleFunctionExtremumIndicated(
	DoubleFunctionExplorer explorer,
	DoubleFunctionDetails function,
	double leftVariable,
	double leftValue,
	double middleVariable,
	double middleValue,
	double rightVariable,
	double rightValue
)

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