Click or drag to resize

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)
Syntax
public DurationFunctionExtremumFound(
	DurationFunctionExtremumIndicated indication,
	Duration extremumDuration,
	double extremumValue
)

Parameters

indication
Type: AGI.Foundation.NumericalMethods.Advanced.DurationFunctionExtremumIndicated
The finding that indicated the existence of this extremum.
extremumDuration
Type: AGI.Foundation.Time.Duration
The duration of the extremum.
extremumValue
Type: System.Double
The function value of the extremum.
See Also