Click or drag to resize

JulianDateFunctionExplorer.ThresholdCrossingFound Event

Raised when a precise threshold crossing has been found. This event will only be raised if FindAllCrossingsPrecisely is true or FindPreciseCrossing() is called during the handling of the ThresholdCrossingIndicated event.

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<JulianDateThresholdCrossingFoundEventArgs> ThresholdCrossingFound

Value

Type: System.EventHandler<JulianDateThresholdCrossingFoundEventArgs>
See Also