Click or drag to resize

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)
Syntax
public event EventHandler<JulianDateFunctionSampledEventArgs> FunctionSampled

Value

Type: System.EventHandler<JulianDateFunctionSampledEventArgs>
See Also