| IntegratorDMinNumberOfIterations Property |
Gets or sets the minimum number number of iterations.
Namespace: DigitalRune.Mathematics.AnalysisAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int MinNumberOfIterations { get; set; }
Public Property MinNumberOfIterations As Integer
Get
Set
public:
property int MinNumberOfIterations {
int get ();
void set (int value);
}
member MinNumberOfIterations : int with get, set
Property Value
Type:
Int32The minimum number number of iterations. The default value is 5.
Exceptions Remarks
It is best to perform a minimum of iterations because for some periodic functions the
computed integral value seems to converge at first and it needs a few iterations until a
correct value is computed.
See Also