Click or drag to resize

WorksheetAnalysisStoreXOfX Method

Stores the x-axis values for the spectra in the destination table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void StoreXOfX(
	IReadOnlyList<double> xOfX,
	DataTable table
)

Parameters

xOfX  IReadOnlyListDouble
The x-axis values of the spectra.
table  DataTable
The destination table.
See Also