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.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int NumSuccessfulSteps { get; internal set; }
Visual Basic (Declaration)
Public Property NumSuccessfulSteps As Integer
Visual C++
public:
property int NumSuccessfulSteps {
	int get ();
	void set (int value);
}

See Also