Click or drag to resize

AbstractRootFinderMaximumNumberOfIterations Property

Sets the maximum number of iterations.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int MaximumNumberOfIterations { set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is less than or equal to 0.
See Also