Click or drag to resize

SolutionYtype Properties

The VariableOrderOdeSolverSolutionYtype type exposes the following members.

Properties
 NameDescription
Public propertyNumFailedSteps Gets the number of falied integration steps during the calculation.
Public propertyNumFunctionEvaluations Gets the number of times the ODE function was evaluated.
Public propertyNumSuccessfulSteps gets the number of successful integration steps during the calculation.
Public propertyT Gets the time values for the solution.
Public propertyY Gets the state values for the solution.
Top
See Also