Gets or sets the maximum number of evaluations during the calculation.
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public int MaxEvaluations { get; set; }
|
| Visual Basic (Declaration) |
Public Property MaxEvaluations As Integer
Get
Set
|
| Visual C++ |
public:
property int MaxEvaluations {
int get ();
void set (int value);
}
|
| F# |
member MaxEvaluations : int with get, set
|
Field Value
An integer greater than zero.
Remarks
Exceptions
See Also