IInterpolationCurveInterpolate Method |
Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Interpolate(
IReadOnlyList<double> xvec,
IReadOnlyList<double> yvec
)
Parameters
- xvec IReadOnlyListDouble
- Vector of x (independent) data.
- yvec IReadOnlyListDouble
- Vector of y (dependent) data.
Return Value
See Also