Click or drag to resize

MatrixToDataTableConverterSetContentFromMatrix(DataTable, IROMatrixDouble, String, IReadOnlyListDouble, String, IReadOnlyListDouble, String) Method

[Missing <summary> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]


Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SetContentFromMatrix(
	DataTable destinationTable,
	IROMatrix<double> matrix,
	string columnBaseName,
	IReadOnlyList<double> rowHeaderColumn,
	string rowHeaderColumnName,
	IReadOnlyList<double> colHeaderColumn,
	string colHeaderColumnName
)

Parameters

destinationTable  DataTable

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

matrix  IROMatrixDouble

[Missing <param name="matrix"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

columnBaseName  String

[Missing <param name="columnBaseName"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

rowHeaderColumn  IReadOnlyListDouble

[Missing <param name="rowHeaderColumn"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

rowHeaderColumnName  String

[Missing <param name="rowHeaderColumnName"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

colHeaderColumn  IReadOnlyListDouble

[Missing <param name="colHeaderColumn"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

colHeaderColumnName  String

[Missing <param name="colHeaderColumnName"/> documentation for "M:Altaxo.Data.MatrixToDataTableConverter.SetContentFromMatrix(Altaxo.Data.DataTable,Altaxo.Calc.LinearAlgebra.IROMatrix{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String,System.Collections.Generic.IReadOnlyList{System.Double},System.String)"]

See Also