Smoothing |
public class SmoothingModifiedSinc : ISmoothing, ISingleSpectrumPreprocessor, IEquatable<SmoothingModifiedSinc>
The SmoothingModifiedSinc type exposes the following members.
| Name | Description | |
|---|---|---|
| SmoothingModifiedSinc | Initializes a new instance of the SmoothingModifiedSinc class |
| Name | Description | |
|---|---|---|
| Degree | Gets the degree. Must be even and at least 2, and less than or equal to MAX_DEGREE. | |
| IsMS1Smoothing | Gets a value indicating whether this instance is using the MS1 type smoothing. See ModifiedSincSmoother for details. | |
| NumberOfPoints | Gets or sets the number of points used by the smoother. Must be odd and at least 3. |
| Name | Description | |
|---|---|---|
| Execute | Executes the processor. | |
| 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) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |