Create a new peaklist, looking for peaks in the specified curve between Start and End


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal c As Curve,  _ 
   ByVal pxmin As Double,  _ 
   ByVal pymin As Double _ 
)
C#
public CFALevelList(
   Curve c,
   double pxmin,
   double pymin
)
C++
public:
 CFALevelList(
   Curve c,
   double pxmin,
   double pymin
) sealed 
J#
public CFALevelList(
   Curve c,
   double pxmin,
   double pymin
)
JScript
public function CFALevelList(
   c : Curve,
   pxmin : double,
   pymin : double
)

Parameters

c
curve to use
pxmin
minimum level width
pymin
minimum level height

See Also