Click or drag to resize

IterationCountStopCriterionTMaximumNumberOfIterations Property

Gets or sets the maximum number of iterations the calculation is allowed to perform.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int MaximumNumberOfIterations { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the Maximum is set to a negative value.
See Also