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 | |
|---|---|---|
| FirstFitPoint | Index of the first fit point that was used. | |
| FirstFitPosition | Left boundary in x-units of the x-range that was used to fit the peak. | |
| FitFunction | Gets the fit function that was used to fit the peak. | |
| FitFunctionParameter | Gets the complete fit function parameter values (may include parameters of all peaks that were fitted). | |
| LastFitPoint | Index of the last fit point (inclusive) that was used. | |
| LastFitPosition | Right boundary in x-units of the x-range that was used to fit the peak. | |
| Notes | Gets notes, for instance, why a fit was not possible. | |
| PeakGroupNumber | Gets the peak group number (when fitting in groups). | |
| PeakParameter | Gets the fit parameter values of the peak. | |
| PeakParameterCovariances | Gets the fit covariance matrix of the parameters of the peak. | |
| PositionAreaHeightFWHM | Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak. | |
| SearchDescription | The description of the peak searching algorithm, see IPeakSearching. | |
| SigmaSquare | Gets the sum of chi square, divided by (number of data points - number of degrees of freedom + 1) | |
| SumChiSquare | Gets the chi square value of the fit. | 
| 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)  |