RidgeLineLengthIsAtLeast Method | 
            Gets a value indicating whether the ridge line has at least the provided length.
            
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool LengthIsAtLeast(
	int minimalLength
)
Parameters
- minimalLength  Int32
 - Minimal required length of the ridge line.
 
Return Value
BooleanTrue if the length of the ridge line is >= 
minimalLength; otherwise, false.
See Also