PalmSens SDK v1.8.2.0

AutoPeak Members

AutoPeak overview

Public Instance Constructors

AutoPeak Constructor Creates a new Peak class with automatically detected peaks.

Public Instance Fields

Direction Direction of peaks in the curve.
LeftIndexReturns the leftside of the peak as indexnumber.
PeakIndexReturns the location of the peak as indexnumber.
RightIndexReturns the rightside of the peak as indexnumber.

Public Instance Properties

AreaReturns the area of the peak.
LeftXReturns the X of the leftside of the peak as indexnumber.
LeftYReturns the Y of the leftside of the peak as indexnumber.
OffsetYOffset of Y
PeakValueReturns the value of the peak.
PeakXReturns the X of the peak.
PeakYReturns the Y of the peak.
RightXReturns the X of the Rightside of the peak as indexnumber.
RightYReturns the Y of the Rightside of the peak as indexnumber.
WidthReturns the width of the peak.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AutoPeak Class | PalmSens Namespace