PeakDescription Type

Description of a single peak.

Constructors

Constructor Description

PeakDescription(original)

Full Usage: PeakDescription(original)

Parameters:

original : PeakDescription

PeakDescription()

Full Usage: PeakDescription()

Instance members

Instance member Description

this.EqualityContract

Full Usage: this.EqualityContract

Returns: Type
Modifiers: abstract

Returns: Type

this.Equals

Full Usage: this.Equals

Parameters:
    obj : obj

Returns: bool
Modifiers: abstract

obj : obj
Returns: bool

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : PeakDescription
Returns: bool

this.FirstFitPoint

Full Usage: this.FirstFitPoint

Index of the first fit point that was used.

this.FirstFitPosition

Full Usage: this.FirstFitPosition

Left boundary in x-units of the x-range that was used to fit the peak.

this.FitFunction

Full Usage: this.FitFunction

Gets the fit function that was used to fit the peak.

this.FitFunctionParameter

Full Usage: this.FitFunctionParameter

Gets the complete fit function parameter values (may include parameters of all peaks that were fitted).

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.LastFitPoint

Full Usage: this.LastFitPoint

Index of the last fit point (inclusive) that was used.

this.LastFitPosition

Full Usage: this.LastFitPosition

Right boundary in x-units of the x-range that was used to fit the peak.

this.Notes

Full Usage: this.Notes

Gets notes, for instance, why a fit was not possible.

this.PeakParameter

Full Usage: this.PeakParameter

Gets the fit parameter values of the peak.

this.PeakParameterCovariances

Full Usage: this.PeakParameterCovariances

Gets the fit covariance matrix of the parameters of the peak.

this.SearchDescription

Full Usage: this.SearchDescription

The description of the peak searching algorithm, see IPeakSearching.

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.``$``

Full Usage: this.``$``

Returns: PeakDescription
Modifiers: abstract

Returns: PeakDescription

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : PeakDescription
right : PeakDescription
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : PeakDescription
right : PeakDescription
Returns: bool