SNIP_Base Type

Constructors

Constructor Description

SNIP_Base(original)

Full Usage: SNIP_Base(original)

Parameters:

original : SNIP_Base

SNIP_Base()

Full Usage: SNIP_Base()

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

this.Execute

Full Usage: this.Execute

Parameters:
    xArray : float[]
    yArray : float[]

Returns: float[]
Modifiers: abstract

xArray : float[]
yArray : float[]
Returns: float[]

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.HalfWidth

Full Usage: this.HalfWidth

Half of the width of the averaging window. This value should be set to roughly the FWHM (full width half maximum) of the broadest peak in the spectrum.

this.IsHalfWidthInXUnits

Full Usage: this.IsHalfWidthInXUnits

this.NumberOfRegularIterations

Full Usage: this.NumberOfRegularIterations

Gets or sets the number of regular iterations. Default is 40.

ArgumentOutOfRangeException Number of iterations must be at least one. - NumberOfRegularStages

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.``$``

Full Usage: this.``$``

Returns: SNIP_Base
Modifiers: abstract

Returns: SNIP_Base

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : SNIP_Base
right : SNIP_Base
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : SNIP_Base
right : SNIP_Base
Returns: bool