Initializes a new instance of the
LogLinear class
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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