| RungeKutta45OdeSolverSolutionYtypeNumFunctionEvaluations Property |
Number of time sthe ODE function was evaluated.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public int NumFunctionEvaluations { get; }
Public ReadOnly Property NumFunctionEvaluations As Integer
Get
public:
property int NumFunctionEvaluations {
int get ();
}
member NumFunctionEvaluations : int with get
Property Value
Int32See Also