OdeAdamsGearMaximumFunctionEvaluations Property |
The maximum number of function evaluations of
allowed.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int MaximumFunctionEvaluations { get; set; }
Public Overridable Property MaximumFunctionEvaluations As Integer
Get
Set
public:
virtual property int MaximumFunctionEvaluations {
int get ();
void set (int value);
}
abstract MaximumFunctionEvaluations : int with get, set
override MaximumFunctionEvaluations : int with get, set
Property Value
Type:
Int32
An
int specifying the maximum number of function
evaluations of
allowed.
Default: No limit is enforced.
.
Remarks MaximumFunctionEvaluations must be greater than zero.
See Also