Click or drag to resize
DigitalRuneIntegratorDMinNumberOfIterations Property
Gets or sets the minimum number number of iterations.

Namespace: DigitalRune.Mathematics.Analysis
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public int MinNumberOfIterations { get; set; }

Property Value

Type: Int32
The minimum number number of iterations. The default value is 5.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
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