IInterpolator Methods

Methods

Integral Gets the definite integral of the curve between the specified X-coordinates.
SlopeAt Gets the slope of the curve at the specified X-coordinate.
ValueAt Evaluates the interpolated value at the specified x-coordinate.

Extension Methods

Resample Resamples an interpolator at the specified x-coordinates.
(Defined by Interpolation)
ResampleInto Resamples an interpolator at the specified x-coordinates into a pre-allocated buffer.
(Defined by Interpolation)

See Also