SavitzkyGolayParameters Type

Stores the set of parameters necessary to calculate Savitzky-Golay coefficients.

Constructors

Constructor Description

SavitzkyGolayParameters(original)

Full Usage: SavitzkyGolayParameters(original)

Parameters:

original : SavitzkyGolayParameters

SavitzkyGolayParameters()

Full Usage: SavitzkyGolayParameters()

Instance members

Instance member Description

this.DerivativeOrder

Full Usage: this.DerivativeOrder

Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.

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

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.NumberOfPoints

Full Usage: this.NumberOfPoints

Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.

this.PolynomialOrder

Full Usage: this.PolynomialOrder

Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.``$``

Full Usage: this.``$``

Returns: SavitzkyGolayParameters
Modifiers: abstract

Returns: SavitzkyGolayParameters

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : SavitzkyGolayParameters
right : SavitzkyGolayParameters
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : SavitzkyGolayParameters
right : SavitzkyGolayParameters
Returns: bool