Find peaks from a baseline between two independent points


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

Syntax

Visual Basic (Declaration)
Public Sub AddManualPeakFree( _ 
   ByVal xleft As Single,  _ 
   ByVal yleft As Single,  _ 
   ByVal xright As Single,  _ 
   ByVal yright As Single,  _ 
   ByVal HasArea As Boolean _ 
)
C#
public void AddManualPeakFree(
   float xleft,
   float yleft,
   float xright,
   float yright,
   bool HasArea
)
C++
public:
 void AddManualPeakFree(
   float xleft,
   float yleft,
   float xright,
   float yright,
   bool HasArea
) sealed 
J#
public void AddManualPeakFree(
   float xleft,
   float yleft,
   float xright,
   float yright,
   bool HasArea
)
JScript
public  function AddManualPeakFree(
   xleft : float,
   yleft : float,
   xright : float,
   yright : float,
   HasArea : bool
)

Parameters

xleft

Missing <param name="xleft"> tag for "M:PalmSens.PeakList.AddManualPeakFree(System.Single,System.Single,System.Single,System.Single,System.Boolean)"

yleft

Missing <param name="yleft"> tag for "M:PalmSens.PeakList.AddManualPeakFree(System.Single,System.Single,System.Single,System.Single,System.Boolean)"

xright

Missing <param name="xright"> tag for "M:PalmSens.PeakList.AddManualPeakFree(System.Single,System.Single,System.Single,System.Single,System.Boolean)"

yright

Missing <param name="yright"> tag for "M:PalmSens.PeakList.AddManualPeakFree(System.Single,System.Single,System.Single,System.Single,System.Boolean)"

HasArea

Missing <param name="HasArea"> tag for "M:PalmSens.PeakList.AddManualPeakFree(System.Single,System.Single,System.Single,System.Single,System.Boolean)"

See Also