The RungeKutta45OdeSolver..::.Solution<(Of <(Ytype>)>) type exposes the following members.

Properties

  NameDescription
NumFailedSteps
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.
NumFunctionEvaluations
Number of time sthe ODE function was evaluated.
NumSuccessfulSteps
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.
T
The time values for the solution.
Y
The state values for the solution.

See Also