Click or drag to resize

PeakFinderSetPlateauSize(Double) Method

Sets the minimal plateau size value required for all peaks.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PeakFinder SetPlateauSize(
	double value
)

Parameters

value  Double
The minimal plateau size value required for all peaks.

Return Value

PeakFinder
This instance.
See Also