Click or drag to resize

SNIP_BaseNumberOfRegularIterations Property

Gets or sets the number of regular iterations. Default is 40.

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfRegularIterations { get; init; }

Property Value

Int32
The number of regular iterations.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNumber of iterations must be at least one. - NumberOfRegularStages
See Also