ZerosFunctionNumberOfEvaluations Property |
The actual number of function evaluations performed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfEvaluations { get; }
Public Overridable ReadOnly Property NumberOfEvaluations As Integer
Get
public:
virtual property int NumberOfEvaluations {
int get ();
}
abstract NumberOfEvaluations : int with get
override NumberOfEvaluations : int with get
Property Value
Type:
Int32
An
int containing the actual number of
function evaluations performed.
See Also