Click or drag to resize

JulianDateFunctionExplorerLocalExtremumFound Event

Raised when a precise local minimum or maximum has been found. This event will only be raised if the local extremum is found precisely. Local extrema are found precisely if:

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<JulianDateExtremumFoundEventArgs> LocalExtremumFound

Value

Type: SystemEventHandlerJulianDateExtremumFoundEventArgs
See Also