Peak |
public class PeakSearchingByTopology : IPeakSearching, IEquatable<PeakSearchingByTopology>
The PeakSearchingByTopology type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakSearchingByTopology | Initializes a new instance of the PeakSearchingByTopology class |
| Name | Description | |
|---|---|---|
| MaximalNumberOfPeaks | If a value is set, this limits the number of peaks included in the result to this number of peaks with the highest amplitude. | |
| MinimalProminence | ||
| PeakEnhancement | Gets/sets the peak enhancement method (default is PeakEnhancementNone, i.e. no peak enhancement). |
| Name | Description | |
|---|---|---|
| Execute(Double, Double) | ||
| Execute(Double, Double, Int32) | ||
| 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) | |
| ToString | (Overrides ObjectToString) |