The actual number of function evaluations performed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int NumberOfEvaluations { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberOfEvaluations As Integer
Visual C++
public:
virtual property int NumberOfEvaluations {
	int get ();
}

Field Value

An int containing the actual number of function evaluations performed.

See Also