Click or drag to resize

LogLinearInterpolateInplace Method

Create a piecewise log-linear interpolation from an unsorted set of (x,y) value pairs. WARNING: Works in-place and can thus causes the data array to be reordered and modified.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static LogLinear InterpolateInplace(
	double[] x,
	double[] y
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Interpolation.LogLinear.InterpolateInplace(System.Double[],System.Double[])"]

y  Double

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Interpolation.LogLinear.InterpolateInplace(System.Double[],System.Double[])"]

Return Value

LogLinear

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.LogLinear.InterpolateInplace(System.Double[],System.Double[])"]

See Also