Number of falied integration steps during the calculation. This is the number of times a new step size needed to be recalculated because the current one's error estimate was too large.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also