Click or drag to resize

VariableOrderOdeSolverSolutionYtypeNumSuccessfulSteps Property

gets the number of successful integration steps during the calculation.

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

Property Value

Int32
Remarks
A successful step is when the current stepn size yields an acceptable error estimate and hence does not need to be recalculated.
See Also