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.3.420.0 (24.3.420.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.NumericalMethods.DoubleFunctionExplorer
The explorer that found the indicated extremum.
function
Type: AGI.Foundation.NumericalMethods.DoubleFunctionDetails
The function for which an extremum was identified.
leftVariable
Type: System.Double
The left Variable.
leftValue
Type: System.Double
The left function value.
middleVariable
Type: System.Double
The middle Variable.
middleValue
Type: System.Double
The middle function value.
rightVariable
Type: System.Double
The right Variable.
rightValue
Type: System.Double
The right function value.
See Also