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