Click or drag to resize

JulianDateFunctionExplorer.LocalExtremumIndicated 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: 25.1.421.0 (25.1.421.0)
Syntax
public event EventHandler<JulianDateExtremumIndicatedEventArgs> LocalExtremumIndicated

Value

Type: System.EventHandler<JulianDateExtremumIndicatedEventArgs>
See Also