IInterpolator Interface
Represents a curve that can interpolate values and resample data points.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public interface IInterpolatorRemarks
The IInterpolator interface defines a minimal set of methods for interpolating values at arbitrary points and resampling data. All curve types that can be used for interpolation implement this interface.
Properties
| Lower | Gets the lower bound of the interpolation domain. |
| Upper | Gets the upper bound of the interpolation domain. |
Methods
| Value | Evaluates the interpolated value at the specified x-coordinate. |
Extension Methods
| Resample |
Resamples an interpolator at the specified x-coordinates.
(Defined by Interpolation) |
| Resample |
Resamples an interpolator at the specified x-coordinates into a pre-allocated buffer.
(Defined by Interpolation) |