DoubleFunctionExplorerThresholdCrossingFound Event |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SystemEventHandlerDoubleThresholdCrossingFoundEventArgsSee Also