Click or drag to resize

LinearInterpolationGetNextIndexOfValidPair Method

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


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetNextIndexOfValidPair(
	IReadOnlyList<double> xcol,
	IReadOnlyList<double> ycol,
	int sourceLength,
	int currentIndex
)

Parameters

xcol  IReadOnlyListDouble

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

ycol  IReadOnlyListDouble

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

sourceLength  Int32

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

currentIndex  Int32

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

Return Value

Int32

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

See Also