Click or drag to resize

PeakEnhancementSNIPNumberOfApplications Property

Gets or sets the number of applications, i.e. the number of times this algorithm is applied to the spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int NumberOfApplications { get; set; }

Property Value

Int32
The number of applications.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionNumberOfApplications - Must be a value >= 1
See Also