CvodeIntegrator.EventFunction Property

Gets the function that is called when a special event occurs.

Definition

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DifferentialFunction EventFunction { get; }

Property Value

DifferentialFunction

See Also