Click or drag to resize

RidgeLineLengthIsAtLeast Method

Gets a value indicating whether the ridge line has at least the provided length.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool LengthIsAtLeast(
	int minimalLength
)

Parameters

minimalLength  Int32
Minimal required length of the ridge line.

Return Value

Boolean
True if the length of the ridge line is >= minimalLength; otherwise, false.
See Also