Click or drag to resize

MatrixToDataTableConverterSetContentFromMatrix(DataTable, IROMatrixDouble, String) Method

Replaces the content of the destination table with the data from the specified matrix using a custom base name for generated columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void SetContentFromMatrix(
	DataTable destinationTable,
	IROMatrix<double> matrix,
	string columnBaseName
)

Parameters

destinationTable  DataTable
The destination table.
matrix  IROMatrixDouble
The source matrix.
columnBaseName  String
The base name used for generated column names.
See Also