SmoothingSavitzkyGolay Type

Constructors

Constructor Description

SmoothingSavitzkyGolay(original)

Full Usage: SmoothingSavitzkyGolay(original)

Parameters:

original : SmoothingSavitzkyGolay

SmoothingSavitzkyGolay()

Full Usage: SmoothingSavitzkyGolay()

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

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : SmoothingSavitzkyGolay
Returns: bool

this.Execute

Full Usage: this.Execute

Parameters:
    data : float[]

Returns: float[]
Modifiers: abstract

data : float[]
Returns: float[]

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

Returns: SmoothingSavitzkyGolay

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : SmoothingSavitzkyGolay
right : SmoothingSavitzkyGolay
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : SmoothingSavitzkyGolay
right : SmoothingSavitzkyGolay
Returns: bool