Click or drag to resize

PeakSearchingByTopologyMaximalNumberOfPeaks Property

Gets/sets a limit for the number of peaks included in the result. 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; set; }

Property Value

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