Contains the peak data of one peak in a curve.


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

Syntax

Visual Basic (Declaration)
Public Interface Peak
C#
public interface Peak
C++
interface class Peak
J#
public interface Peak
JScript
public interface Peak

Types that implement Peak

TypeDescription
PalmSens.AutoPeakContains the peak data of one peak in a curve.
PalmSens.ManualPeakContains the peak data of one peak in a curve.

Remarks

The peak class does not have a public constructor. Instances can only be obtained by enumerating the peaks on a Curve.

See Also