Click or drag to resize

MatrixToDataTableConverterSetContentFromMatrix(DataTable, IROMatrixDouble) Method

Replaces the content of the destination table with the data from the specified matrix.

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
)

Parameters

destinationTable  DataTable
The destination table.
matrix  IROMatrixDouble
The source matrix.
See Also