Contains the peak data of one peak in a curve.

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

Syntax

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

Remarks

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

See Also