The PeakFinderBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LocatePeakIndices |
Locates the Indices in the vector preceeding the peak.
| |
| LocatePeakIndicies | Obsolete.
Locates the Indices in the vector preceeding the peak.
| |
| LocatePeaks |
Locates the all peak abscissae and their smoothed values
in current data set.
| |
| RetainPeaks | Overloaded. | |
| SelectPeaks |
Selects and returns a list of Extrema FilterDelegate | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| InputData |
Gets / Sets the input data. Set nullifies current peak list.
| |
| Item |
Gets the extrema via index operator.
| |
| NumberPeaks |
Gets the number of peaks found.
|