The maximum number of function evaluations of y' allowed.

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

Syntax

C#
public virtual int MaximumFunctionEvaluations { get; set; }
Visual Basic (Declaration)
Public Overridable Property MaximumFunctionEvaluations As Integer
Visual C++
public:
virtual property int MaximumFunctionEvaluations {
	int get ();
	void set (int value);
}

Field Value

An int specifying the maximum number of function evaluations of y' allowed.

Default: No limit is enforced.

.

Remarks

MaximumFunctionEvaluations must be greater than zero.

See Also