Savitzky |
public class SavitzkyGolayParameters : IEquatable<SavitzkyGolayParameters>
The SavitzkyGolayParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| SavitzkyGolayParameters | Initializes a new instance of the SavitzkyGolayParameters class |
| Name | Description | |
|---|---|---|
| DerivativeOrder | Gets the derivative order. Must be zero or positive. A value of zero is used to smooth a function. | |
| NumberOfPoints | Gets the number of points used for Savitzky-Golay coefficients. Must be a positive odd number. | |
| PolynomialOrder | Gets the polynomial order used to calculate Savitzky-Golay coefficients. Must be a positive number. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |