DoubleFunctionExtremumFound 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 DoubleFunctionExtremumFound(
	DoubleFunctionExtremumIndicated indication,
	double extremumVariable,
	double extremumValue
)
Public Sub New ( 
	indication As DoubleFunctionExtremumIndicated,
	extremumVariable As Double,
	extremumValue As Double
)
public:
DoubleFunctionExtremumFound(
	DoubleFunctionExtremumIndicated^ indication, 
	double extremumVariable, 
	double extremumValue
)
new : 
        indication : DoubleFunctionExtremumIndicated * 
        extremumVariable : float * 
        extremumValue : float -> DoubleFunctionExtremumFoundParameters
- indication
 - Type: AGI.Foundation.NumericalMethods.AdvancedDoubleFunctionExtremumIndicated
The finding that indicated the existence of this extremum. - extremumVariable
 - Type: SystemDouble
The Variable of the extremum. - extremumValue
 - Type: SystemDouble
The function value of the extremum. 
See Also