Contains the peak data of one peak in a curve.
The following tables list the members exposed by AutoPeak.
Public Constructors
Public Fields
| Name | Description | |
|---|---|---|
|
Direction | Direction of peaks in the curve. This field is read-only. |
|
LeftIndex | Returns the leftside of the peak as indexnumber. This field is read-only. |
|
PeakIndex | Returns the location of the peak as indexnumber. This field is read-only. |
|
RightIndex | Returns the rightside of the peak as indexnumber. This field is read-only. |
Public Properties
| Name | Description | |
|---|---|---|
|
Area | Returns the area of the peak. |
|
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. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |