Click or drag to resize

ALSBaseMaximumNumberOfIterations Property

Gets or sets the maximum number of iterations. The default value is 10.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
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
ArgumentOutOfRangeExceptionValue must be >=1
See Also