Is used when two peaks are very close to each other. If the peak separation is less than the specified value, a single baseline is used for the two overlapping peaks. If each peak should have its own baseline, specify a value of 0.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public PeakOverlap As Single
C#
public float PeakOverlap;
C++
public:
 float PeakOverlap sealed ;
J#
public float PeakOverlap
JScript
public PeakOverlap : float;

See Also