Click or drag to resize

JulianDateFunctionExplorerLocalExtremumIndicated Event

Raised when three points are found that indicate the existence of a local extremum (minimum or maximum). When this event is raised, the exact extremum has not yet been identified.

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<JulianDateExtremumIndicatedEventArgs> LocalExtremumIndicated

Value

Type: SystemEventHandlerJulianDateExtremumIndicatedEventArgs
See Also