JulianDateFunctionExplorer.FunctionSampled 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
System.EventHandler<JulianDateFunctionSampledEventArgs>
See Also