DoubleFunctionExplorerThresholdCrossingIndicated Event |
Raised when two points are found that indicate a threshold was crossed.
When this event is raised, the exact crossing has not yet been identified.
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<DoubleThresholdCrossingIndicatedEventArgs> ThresholdCrossingIndicated
Public Event ThresholdCrossingIndicated As EventHandler(Of DoubleThresholdCrossingIndicatedEventArgs)
public:
event EventHandler<DoubleThresholdCrossingIndicatedEventArgs^>^ ThresholdCrossingIndicated {
void add (EventHandler<DoubleThresholdCrossingIndicatedEventArgs^>^ value);
void remove (EventHandler<DoubleThresholdCrossingIndicatedEventArgs^>^ value);
}
member ThresholdCrossingIndicated : IEvent<EventHandler<DoubleThresholdCrossingIndicatedEventArgs>,
DoubleThresholdCrossingIndicatedEventArgs>
Value
Type:
SystemEventHandlerDoubleThresholdCrossingIndicatedEventArgsSee Also