Resampling |
public class ResamplingByInterpolation : IResampling, ISingleSpectrumPreprocessor, ICropping, IImmutable, IEquatable<ResamplingByInterpolation>
The ResamplingByInterpolation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResamplingByInterpolation | Initializes a new instance of the ResamplingByInterpolation class |
Name | Description | |
---|---|---|
![]() | CombineRegions | Gets a value indicating whether to combine regions for interpolation. Set this value to false if the interpolation should be done separately for each region. |
![]() | Interpolation | Gets the interpolation function to be used. |
![]() | SamplingPoints | Gets the sampling points. |
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) |