Click or drag to resize

RungeKutta45OdeSolverSolutionYtypeNumSuccessfulSteps Property

Number of successful integration steps during the calculation. A successful step is when the current stepn size yields an acceptable error estimate and hence does not need to be recalculated.

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

Property Value

Int32
See Also