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