MatrixToDataTableConverterSetContentFromMatrix(DataTable, IROMatrixDouble) Method |
Replaces the content of the destination table with the data from the specified matrix.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SetContentFromMatrix(
DataTable destinationTable,
IROMatrix<double> matrix
)
Parameters
- destinationTable DataTable
- The destination table.
- matrix IROMatrixDouble
- The source matrix.
See Also