PeakFittingBase Type

Constructors

Constructor Description

PeakFittingBase(original)

Full Usage: PeakFittingBase(original)

Parameters:

original : PeakFittingBase

PeakFittingBase()

Full Usage: PeakFittingBase()

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 : PeakFittingBase
Returns: bool

this.FitFunction

Full Usage: this.FitFunction

Gets /sets the fit function to use.

this.FitWidthScalingFactor

Full Usage: this.FitWidthScalingFactor

Gets / sets the scaling factor of the fit width. To calculate the fit width, the scaling factor is multiplied by the FullWidthHalfMaximum of the peak.

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.``$``

Full Usage: this.``$``

Returns: PeakFittingBase
Modifiers: abstract

Returns: PeakFittingBase

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : PeakFittingBase
right : PeakFittingBase
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : PeakFittingBase
right : PeakFittingBase
Returns: bool