 | RungeKutta45OdeSolverSolutionYtypeNumFunctionEvaluations Property |
Number of time sthe ODE function was evaluated.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic int NumFunctionEvaluations { get; }
Public ReadOnly Property NumFunctionEvaluations As Integer
Get
public:
property int NumFunctionEvaluations {
int get ();
}
member NumFunctionEvaluations : int with get
Property Value
Type:
Int32
See Also