MatrixToDataTableConverter Constructor |
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic MatrixToDataTableConverter(
IROMatrix<double> sourceMatrix,
DataTable destinationTable
)
Parameters
- sourceMatrix IROMatrixDouble
- The source matrix.
- destinationTable DataTable
- The destination table.
See Also