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.3179.0 (4.8.3179.0)
Syntax
C#
public MatrixToDataTableConverter(
	IROMatrix<double> sourceMatrix,
	DataTable destinationTable
)

Parameters

sourceMatrix  IROMatrixDouble

[Missing <param name="sourceMatrix"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.#ctor(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Data.DataTable)"]

destinationTable  DataTable

[Missing <param name="destinationTable"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.#ctor(Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},Altaxo.Data.DataTable)"]

See Also