Click or drag to resize

CurveBaseCubicSplineHorner1stDerivative Method

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


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double CubicSplineHorner1stDerivative(
	double u,
	IReadOnlyList<double> x,
	IReadOnlyList<double> y,
	IReadOnlyList<double> y1,
	IReadOnlyList<double> y2,
	IReadOnlyList<double> y3
)

Parameters

u  Double

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

x  IReadOnlyListDouble

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

y  IReadOnlyListDouble

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

y1  IReadOnlyListDouble

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

y2  IReadOnlyListDouble

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

y3  IReadOnlyListDouble

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

Return Value

Double

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

See Also