PalmSens SDK v1.8.2.0
AutoPeak Constructor
Creates a new Peak class with automatically detected peaks.
[Visual Basic]
Public Sub New( _
ByVal
Curve
As
Curve
, _
ByVal
left
As
Integer
, _
ByVal
peak
As
Integer
, _
ByVal
right
As
Integer
, _
ByVal
isign
As
CurveDirection
_
)
[C#]
public AutoPeak(
Curve
Curve
,
int
left
,
int
peak
,
int
right
,
CurveDirection
isign
);
See Also
AutoPeak Class
|
PalmSens Namespace