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 class AutoPeak : Peak
Visual Basic (Declaration)
Public Class AutoPeak _
	Implements Peak
Visual C++
public ref class AutoPeak : Peak

Remarks

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

Inheritance Hierarchy

System..::.Object
  PalmSens..::.AutoPeak

See Also