| 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int NumSuccessfulSteps { get; }
Public ReadOnly Property NumSuccessfulSteps As Integer
Get
public:
property int NumSuccessfulSteps {
int get ();
}
member NumSuccessfulSteps : int with get
Property Value
Int32See Also