Click or drag to resize

JulianDateFunctionExtremumFound 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 JulianDateFunctionExtremumFound(
	JulianDateFunctionExtremumIndicated indication,
	JulianDate extremumDate,
	double extremumValue
)

Parameters

indication
Type: AGI.Foundation.NumericalMethods.AdvancedJulianDateFunctionExtremumIndicated
The finding that indicated the existence of this extremum.
extremumDate
Type: AGI.Foundation.TimeJulianDate
The date of the extremum.
extremumValue
Type: SystemDouble
The function value of the extremum.
See Also