Click or drag to resize

RungeKutta45OdeSolverSolutionYtypeNumFailedSteps Property

Number of falied integration steps during the calculation. This is the number of times a new step size needed to be recalculated because the current one's error estimate was too large.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int NumFailedSteps { get; }

Property Value

Int32
See Also