Peak |
public class PeakDescription : IEquatable<PeakDescription>
The PeakDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakDescription | Initializes a new instance of the PeakDescription class |
| Name | Description | |
|---|---|---|
| AbsoluteHeightOfWidthDetermination | Gets the absolute height of the peak that was used to measure the width. | |
| Height | Gets the peak's total height. | |
| PositionIndex | Gets the peak position as an index within the spectral region. | |
| PositionValue | Gets the position value. If an x-axis was provided for the peak searching algorithm, this contains the x-value at the peak position; otherwise, it is the same value as PositionIndex. | |
| Prominence | Gets the peak prominence. | |
| RelativeHeightOfWidthDetermination | Gets the relative height of the peak that was used to measure the width. | |
| WidthPixels | Gets the peak width, in points. | |
| WidthValue | Gets the peak width, in x-units. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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) |