Click or drag to resize

PeakSearchingByTopologyMaximalNumberOfPeaks Property

If a value is set, this limits the number of peaks included in the result to this number of peaks with the highest amplitude.

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

Property Value

NullableInt32
The maximal number of peaks.
Exceptions
ExceptionCondition
ArgumentExceptionValue must either be null or >0
See Also