PeakFinderSetHeight(Double) Method |
Sets the minimal height required for each peak.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetHeight(
double[] value
)
Parameters
- value Double
- The minimal height for each peak.
Return Value
PeakFinderThis instance.
See Also