DoubleFunctionExplorerLocalExtremumFound 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic event EventHandler<DoubleExtremumFoundEventArgs> LocalExtremumFound
Public Event LocalExtremumFound As EventHandler(Of DoubleExtremumFoundEventArgs)
public:
 event EventHandler<DoubleExtremumFoundEventArgs^>^ LocalExtremumFound {
	void add (EventHandler<DoubleExtremumFoundEventArgs^>^ value);
	void remove (EventHandler<DoubleExtremumFoundEventArgs^>^ value);
}member LocalExtremumFound : IEvent<EventHandler<DoubleExtremumFoundEventArgs>,
    DoubleExtremumFoundEventArgs>
Value
Type: 
SystemEventHandlerDoubleExtremumFoundEventArgs
See Also