Description of a single peak.
Constructor | Description |
|
|
Full Usage:
PeakDescription()
|
|
Instance member | Description |
|
|
Full Usage:
this.Equals
Parameters:
obj
Returns: bool
Modifiers: abstract |
|
|
|
Full Usage:
this.FirstFitPoint
|
Index of the first fit point that was used. |
Full Usage:
this.FirstFitPosition
|
Left boundary in x-units of the x-range that was used to fit the peak. |
Full Usage:
this.FitFunction
|
Gets the fit function that was used to fit the peak. |
Full Usage:
this.FitFunctionParameter
|
Gets the complete fit function parameter values (may include parameters of all peaks that were fitted). |
Full Usage:
this.GetHashCode
Returns: int
Modifiers: abstract |
|
Full Usage:
this.LastFitPoint
|
Index of the last fit point (inclusive) that was used. |
Full Usage:
this.LastFitPosition
|
Right boundary in x-units of the x-range that was used to fit the peak. |
Full Usage:
this.Notes
|
Gets notes, for instance, why a fit was not possible. |
Full Usage:
this.PeakParameter
|
Gets the fit parameter values of the peak. |
Full Usage:
this.PeakParameterCovariances
|
Gets the fit covariance matrix of the parameters of the peak. |
Full Usage:
this.SearchDescription
|
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|
|
|
Static member | Description |
|
|
|
|