 | VariableOrderOdeSolverSolutionYtypeNumFailedSteps Property |
Gets the number of falied integration steps during the calculation.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumFailedSteps { get; }
Public ReadOnly Property NumFailedSteps As Integer
Get
public:
property int NumFailedSteps {
int get ();
}
member NumFailedSteps : int with get
Property Value
Type:
Int32
RemarksThis is the number
of times a new step size needed to be recalculated because the
current one's error estimate was too large.
See Also