Click or drag to resize

PeakSearchingNoneDoPeaksCoincide Method

Determine if two peaks do coincide.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Boolean
True if the two peaks do coincide; otherwise, false.
See Also