Click or drag to resize

LinearInterpolationInterpolate Method

Overload List
 NameDescription
Public methodInterpolate(IReadOnlyListDouble, IReadOnlyListDouble) Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Public methodStatic memberInterpolate(Double, Double, Double, Double, Double) Linearly interpolates between two points (x0, y0) and (x1, y1) at x.
Public methodStatic memberInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, Int32, IReadOnlyListDouble, Int32, Double, Double) Resamples the provided x/y columns to the x positions provided in xnewsampling.
Public methodStatic memberInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, Int32, Double, Double, Int32, Double, Double) Resamples the provided x/y columns to a uniformly spaced output starting at xstart with increment xincrement.
Top
See Also