SNIP_LogLog Type

Constructors

Constructor Description

SNIP_LogLog(original)

Full Usage: SNIP_LogLog(original)

Parameters:

original : SNIP_LogLog

SNIP_LogLog()

Full Usage: SNIP_LogLog()

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.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : SNIP_LogLog
Returns: bool

this.Execute

Full Usage: this.Execute

Parameters:
    xArray : float[] - The x values of the spectral values.
    yArray : float[] - The array of spectral values. All values y[i] in the spectrum must be y[i] > 0

Returns: float[] The evaluated background of the provided spectrum.
Modifiers: abstract

Executes the algorithm with the provided spectrum.

xArray : float[]

The x values of the spectral values.

yArray : float[]

The array of spectral values. All values y[i] in the spectrum must be y[i] > 0

Returns: float[]

The evaluated background of the provided spectrum.

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: SNIP_LogLog
Modifiers: abstract

Returns: SNIP_LogLog

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : SNIP_LogLog
right : SNIP_LogLog
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : SNIP_LogLog
right : SNIP_LogLog
Returns: bool