Click or drag to resize

MatrixToDataTableConverter Constructor

Initializes a new instance of the MatrixToDataTableConverter class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MatrixToDataTableConverter(
	IROMatrix<double> sourceMatrix,
	DataTable destinationTable
)

Parameters

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