Click or drag to resize

LogLinear Constructor

Initializes a new instance of the LogLinear class

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

Parameters

x  Double
Sample points (N), sorted ascending
logy  Double
Natural logarithm of the sample values (N) at the corresponding points
See Also