Click or drag to resize
OdeAdamsGearMaximumFunctionEvaluations Property
The maximum number of function evaluations of y' allowed.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int MaximumFunctionEvaluations { get; set; }

Property Value

Type: Int32
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