PeakSearchingNoneDoPeaksCoincide Method |
Determine if two peaks do coincide.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool DoPeaksCoincide(
PeakDescription peakRegular,
PeakDescription peakEnhanced
)
Parameters
- peakRegular PeakDescription
- The peak (from regular peak search).
- peakEnhanced PeakDescription
- Another peak (from enhanced peak search).
Return Value
BooleanTrue if the two peaks do coincide; otherwise, false.
See Also