Click or drag to resize
DigitalRuneRootFinderDMaxNumberOfIterations Property
Gets or sets the maximum 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 MaxNumberOfIterations { get; set; }

Property Value

Type: Int32
The maximum number number of iterations. The default value is 100.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks
In one call of FindRoot no more than MaxNumberOfIterations are performed.
See Also