DoubleFunctionThresholdCrossingIndicated Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleFunctionThresholdCrossingIndicated(
	DoubleFunctionExplorer explorer,
	DoubleFunctionDetails function,
	DoubleFunctionThresholdDetails threshold,
	DoubleFunctionExtremumFound extremum,
	double leftVariable,
	double leftValue,
	double rightVariable,
	double rightValue
)
Public Sub New ( 
	explorer As DoubleFunctionExplorer,
	function As DoubleFunctionDetails,
	threshold As DoubleFunctionThresholdDetails,
	extremum As DoubleFunctionExtremumFound,
	leftVariable As Double,
	leftValue As Double,
	rightVariable As Double,
	rightValue As Double
)
public:
DoubleFunctionThresholdCrossingIndicated(
	DoubleFunctionExplorer^ explorer, 
	DoubleFunctionDetails^ function, 
	DoubleFunctionThresholdDetails^ threshold, 
	DoubleFunctionExtremumFound^ extremum, 
	double leftVariable, 
	double leftValue, 
	double rightVariable, 
	double rightValue
)
new : 
        explorer : DoubleFunctionExplorer * 
        function : DoubleFunctionDetails * 
        threshold : DoubleFunctionThresholdDetails * 
        extremum : DoubleFunctionExtremumFound * 
        leftVariable : float * 
        leftValue : float * 
        rightVariable : float * 
        rightValue : float -> DoubleFunctionThresholdCrossingIndicatedParameters
- explorer
 - Type: AGI.Foundation.NumericalMethodsDoubleFunctionExplorer
The instance that identified this threshold crossing. - function
 - Type: AGI.Foundation.NumericalMethodsDoubleFunctionDetails
The function that crossed the threshold. - threshold
 - Type: AGI.Foundation.NumericalMethodsDoubleFunctionThresholdDetails
The threshold that was crossed. - extremum
 - Type: AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionExtremumFound
            The extremum that led to the discovery of this crossing, or  if and
            extremum was not involved in the discovery of this crossing.
             - leftVariable
 - Type: SystemDouble
The Variable to the left of the threshold. - leftValue
 - Type: SystemDouble
The function value to the left of the threshold. - rightVariable
 - Type: SystemDouble
The Variable to the right of the threshold. - rightValue
 - Type: SystemDouble
The function value to the right of the threshold. 
See Also