Data |
The DataTableToMatrixConverter type exposes the following members.
Name | Description | |
---|---|---|
ColumnHeaderColumn | Gets the resulting column header column. Attention: to correspond elements in this column to the columns of the resulting matrix, GetParticipatingDataColumns must be used to get the collection of indices. Alternatively, use ColumnHeaderVector. The column header column is a column that correlate each column of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system. | |
ColumnHeaderColumns | Gets all selected column header columns. | |
ColumnHeaderVector | Gets the resulting column header vector. Each member of this vector corresponds to the column of the matrix with the same index. The column header vector is a vector that correlate each column of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system. | |
DataColumnsGroupNumber | Gets the common group number of all data columns that are included in the matrix. | |
MatrixGenerator | Sets the matrix generator that is used to generate the resulting matrix. | |
NumberOfColumns | Gets the number of columns of the resulting matrix. | |
NumberOfRows | Gets the number of rows of the resulting matrix. | |
ReplacementValueForInfiniteMatrixElements | Sets a value that is used to replace all values in the matrix that are Infinite. | |
ReplacementValueForNaNMatrixElements | Sets a value that is used to replace all values in the matrix that are NaN. | |
ResultingMatrix | Gets the resulting matrix. The resulting matrix is available only after calling Execute. | |
RowHeaderColumn | Gets the resulting row header column. Attention: to correspond elements in this column to the rows of the resulting matrix, GetParticipatingDataRows must be used to get the collection of indices. Alternatively, use RowHeaderVector. The row header column is a column that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system. | |
RowHeaderVector | Gets the resulting row header vector. Each member of this vector corresponds to the row of the matrix with the same index. The row header vector is a vector that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system. | |
SelectedDataColumns | Sets the collection of indices of selected data columns. | |
SelectedDataRows | Sets the collection of indices of selected data rows. | |
SelectedPropertyColumns | Sets the collection of indices of selected property columns. |