Click or drag to resize

VariableOrderOdeSolverNumberOfFunctionEvals Property

Gets the number of times that the function f in the differential equation y' = f(t,y) was evaluted.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int NumberOfFunctionEvals { get; }

Property Value

Int32
See Also