Click or drag to resize

PeakSearchingByCwtMaximalNumberOfPeaks Property

Gets/sets a limit for the number of peaks returned. If set, only the peaks with the highest amplitudes are included (up to this number).

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

Property Value

NullableInt32
Exceptions
ExceptionCondition
ArgumentExceptionValue must either be or > 0.
See Also