Click or drag to resize

PeakFinderSetHeight(ValueTupleDouble, Double) Method

Sets the minimal and maximal height 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 SetHeight(
	(double Min, double Max) value
)

Parameters

value  ValueTupleDouble, Double
The minimal and maximal height for all peaks.

Return Value

PeakFinder
This instance.
See Also