Click or drag to resize

ResamplingByInterpolation Class

Resamples a function by using an interpolation function, and sampling points at which the interpolation function is evaluated.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.ResamplingResamplingByInterpolation

Namespace: Altaxo.Science.Spectroscopy.Resampling
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ResamplingByInterpolation : IResampling, 
	ISingleSpectrumPreprocessor, ICropping, IImmutable, IEquatable<ResamplingByInterpolation>

The ResamplingByInterpolation type exposes the following members.

Constructors
 NameDescription
Public methodResamplingByInterpolationInitializes a new instance of the ResamplingByInterpolation class
Top
Properties
 NameDescription
Public propertyCombineRegions 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.
Public propertyInterpolation Gets the interpolation function to be used.
Public propertySamplingPoints Gets the sampling points.
Top
Methods
 NameDescription
Public methodExecute Executes the processor.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also