Determines the minimum peak height. Peaks lower than this value are neglected.


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

Syntax

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

See Also