Click or drag to resize

LinearInterpolationInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, Int32, Double, Double, Int32, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string? Interpolate(
	IReadOnlyList<double> xcol,
	IReadOnlyList<double> ycol,
	int sourceLength,
	double xstart,
	double xincrement,
	int numberOfValues,
	double yOutsideOfBounds,
	out double[] resultCol
)

Parameters

xcol  IReadOnlyListDouble

[Missing <param name="xcol"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

ycol  IReadOnlyListDouble

[Missing <param name="ycol"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

sourceLength  Int32

[Missing <param name="sourceLength"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

xstart  Double

[Missing <param name="xstart"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

xincrement  Double

[Missing <param name="xincrement"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

numberOfValues  Int32

[Missing <param name="numberOfValues"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

yOutsideOfBounds  Double

[Missing <param name="yOutsideOfBounds"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

resultCol  Double

[Missing <param name="resultCol"/> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.LinearInterpolation.Interpolate(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Double,System.Double,System.Int32,System.Double,System.Double[]@)"]

See Also