Click or drag to resize

DoubleFunctionThresholdCrossingIndicated 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 DoubleFunctionThresholdCrossingIndicated(
	DoubleFunctionExplorer explorer,
	DoubleFunctionDetails function,
	DoubleFunctionThresholdDetails threshold,
	DoubleFunctionExtremumFound extremum,
	double leftVariable,
	double leftValue,
	double rightVariable,
	double rightValue
)

Parameters

explorer
Type: AGI.Foundation.NumericalMethods.DoubleFunctionExplorer
The instance that identified this threshold crossing.
function
Type: AGI.Foundation.NumericalMethods.DoubleFunctionDetails
The function that crossed the threshold.
threshold
Type: AGI.Foundation.NumericalMethods.DoubleFunctionThresholdDetails
The threshold that was crossed.
extremum
Type: AGI.Foundation.NumericalMethods.Advanced.DoubleFunctionExtremumFound
The extremum that led to the discovery of this crossing, or null if and extremum was not involved in the discovery of this crossing.
leftVariable
Type: System.Double
The Variable to the left of the threshold.
leftValue
Type: System.Double
The function value to the left of the threshold.
rightVariable
Type: System.Double
The Variable to the right of the threshold.
rightValue
Type: System.Double
The function value to the right of the threshold.
See Also