DoubleFunctionExplorerFunctionSampled Event |
Raised each time a function is sampled. Note that this NOT raised when the function is sampled
for the purpose of precisely finding a threshold crossing or extremum.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<DoubleFunctionSampledEventArgs> FunctionSampled
Public Event FunctionSampled As EventHandler(Of DoubleFunctionSampledEventArgs)
public:
event EventHandler<DoubleFunctionSampledEventArgs^>^ FunctionSampled {
void add (EventHandler<DoubleFunctionSampledEventArgs^>^ value);
void remove (EventHandler<DoubleFunctionSampledEventArgs^>^ value);
}
member FunctionSampled : IEvent<EventHandler<DoubleFunctionSampledEventArgs>,
DoubleFunctionSampledEventArgs>
Value
Type:
SystemEventHandlerDoubleFunctionSampledEventArgsSee Also