DurationFunctionExtremumFound 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 DurationFunctionExtremumFound(
	DurationFunctionExtremumIndicated indication,
	Duration extremumDuration,
	double extremumValue
)
Public Sub New ( 
	indication As DurationFunctionExtremumIndicated,
	extremumDuration As Duration,
	extremumValue As Double
)
public:
DurationFunctionExtremumFound(
	DurationFunctionExtremumIndicated^ indication, 
	Duration extremumDuration, 
	double extremumValue
)
new : 
        indication : DurationFunctionExtremumIndicated * 
        extremumDuration : Duration * 
        extremumValue : float -> DurationFunctionExtremumFoundParameters
- indication
 - Type: AGI.Foundation.NumericalMethods.AdvancedDurationFunctionExtremumIndicated
The finding that indicated the existence of this extremum. - extremumDuration
 - Type: AGI.Foundation.TimeDuration
The duration of the extremum. - extremumValue
 - Type: SystemDouble
The function value of the extremum. 
See Also