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

Property Value

Type: Int32
The maximum number number of iterations. The default value is 20.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
Remarks
See Also