DoubleFunctionExplorer.ThresholdCrossingFound Event |
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<DoubleThresholdCrossingFoundEventArgs> ThresholdCrossingFound
Public Event ThresholdCrossingFound As EventHandler(Of DoubleThresholdCrossingFoundEventArgs)
public:
event EventHandler<DoubleThresholdCrossingFoundEventArgs^>^ ThresholdCrossingFound {
void add (EventHandler<DoubleThresholdCrossingFoundEventArgs^>^ value);
void remove (EventHandler<DoubleThresholdCrossingFoundEventArgs^>^ value);
}
member ThresholdCrossingFound : IEvent<EventHandler<DoubleThresholdCrossingFoundEventArgs>,
DoubleThresholdCrossingFoundEventArgs>
Value
Type:
System.EventHandler<DoubleThresholdCrossingFoundEventArgs>
See Also