Peak |
public class PeakSearchingNone : IPeakSearching
The PeakSearchingNone type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakSearchingNone | Initializes a new instance of the PeakSearchingNone class |
| Name | Description | |
|---|---|---|
| CombineResults | Combines the results of two lists of PeakDescription instances into one list. Note that both input lists must already be sorted by position. | |
| ConvertToRegularPeakDescription | Converts a peak description that was retrieved from an enhanced spectrum to a peak description in the regular spectrum domain. | |
| DoPeaksCoincide | Determines whether two peaks coincide. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetCoincidingPeaksEnhanced | For a peak from the regular spectrum, finds coinciding peaks from the peak search performed on an enhanced spectrum. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWidthValue | Gets the width value from the fractional indices of the left side, the peak position, and the right side. | |
| IsInRange | Determines whether a fractional index is in the range of the x-array so that it can be converted to an x-value. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |