Click or drag to resize

MatrixToDataTableConverterSetContentFromMatrix Method

Overload List
 NameDescription
Public methodStatic memberSetContentFromMatrix(DataTable, IROMatrixDouble) Replaces the content of the destination table with the data from the specified matrix.
Public methodStatic memberSetContentFromMatrix(DataTable, IROMatrixDouble, String) Replaces the content of the destination table with the data from the specified matrix using a custom base name for generated columns.
Public methodStatic memberSetContentFromMatrix(DataTable, IROMatrixDouble, String, IReadOnlyListDouble, String, IReadOnlyListDouble, String) Replaces the content of the destination table with the data from the specified matrix and adds row and column header data.
Top
See Also