The AutoPeak type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoPeak |
Creates a new Peak class with automatically detected peaks.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Direction |
Direction of peaks in the curve.
| |
| LeftIndex | Returns the leftside of the peak as indexnumber. | |
| PeakIndex | Returns the location of the peak as indexnumber. | |
| RightIndex | Returns the rightside of the peak as indexnumber. |
Properties
| Name | Description | |
|---|---|---|
| Area | Returns the area of the peak. | |
| Label | ||
| LeftX | Returns the X of the leftside of the peak as indexnumber. | |
| LeftY | Returns the Y of the leftside of the peak as indexnumber. | |
| OffsetY | Offset of Y | |
| PeakValue | Returns the value of the peak. | |
| PeakX | Returns the X of the peak. | |
| PeakY | Returns the Y of the peak. | |
| RightX | Returns the X of the Rightside of the peak as indexnumber. | |
| RightY | Returns the Y of the Rightside of the peak as indexnumber. | |
| Width | Returns the width of the peak. |