Click or drag to resize

DoubleFunctionExtremumFound Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DoubleFunctionExtremumFound(
	DoubleFunctionExtremumIndicated indication,
	double extremumVariable,
	double extremumValue
)

Parameters

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