 | VariableOrderOdeSolverSolutionYtypeNumSuccessfulSteps Property |
gets the number of successful integration steps during the calculation.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumSuccessfulSteps { get; }
Public ReadOnly Property NumSuccessfulSteps As Integer
Get
public:
property int NumSuccessfulSteps {
int get ();
}
member NumSuccessfulSteps : int with get
Property Value
Type:
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