DurationFunctionExplorerFunctionSampled 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<DurationFunctionSampledEventArgs> FunctionSampled
Public Event FunctionSampled As EventHandler(Of DurationFunctionSampledEventArgs)
public:
event EventHandler<DurationFunctionSampledEventArgs^>^ FunctionSampled {
void add (EventHandler<DurationFunctionSampledEventArgs^>^ value);
void remove (EventHandler<DurationFunctionSampledEventArgs^>^ value);
}
member FunctionSampled : IEvent<EventHandler<DurationFunctionSampledEventArgs>,
DurationFunctionSampledEventArgs>
Value
Type:
SystemEventHandlerDurationFunctionSampledEventArgsSee Also