Click or drag to resize

DurationFunctionExplorerThresholdCrossingFound Event

Raised when a precise threshold crossing has been found. This event will only be raised if FindAllCrossingsPrecisely is 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: 24.1.418.0 (24.1.418.0)
Syntax
public event EventHandler<DurationThresholdCrossingFoundEventArgs> ThresholdCrossingFound

Value

Type: SystemEventHandlerDurationThresholdCrossingFoundEventArgs
See Also