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

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

Syntax

C#
public CFALevelList(
	Curve c,
	double pxmin,
	double pymin
)
Visual Basic (Declaration)
Public Sub New ( _
	c As Curve, _
	pxmin As Double, _
	pymin As Double _
)
Visual C++
public:
CFALevelList(
	Curve^ c, 
	double pxmin, 
	double pymin
)

Parameters

c
Type: PalmSens..::.Curve
curve to use
pxmin
Type: System..::.Double
minimum level width
pymin
Type: System..::.Double
minimum level height

See Also