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 | |
![]() | Height | The peak's total heigth. |
![]() | PositionIndex | The peak position as index of the spectral range. |
![]() | PositionValue | Gets the position value. If a x-axis was given for the peak finding algorithm, this will contain the x-value of the position. Otherwise, it would be the same value as the PositionIndex. |
![]() | Prominence | The peak prominence. |
![]() | RelativeHeightOfWidthDetermination | The relative heigth of the peak that was used to measure the width. |
![]() | WidthPixels | The peak width. |
![]() | WidthValue | 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) |