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