Data |
The DataTableToMatrixConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| _matrixGenerator | Function that is used to generate a writeable matrix. First argument is number of rows, the 2nd argument is the number of columns of the matrix. The result shold be a writeable matrix with the corresponding number of rows and columns. | |
| _replacementValueForInfiniteMatrixElements | If this value is not null, it is used to replace all occurences of values in the matrix that are infinite. | |
| _replacementValueForNaNMatrixElements | If this value is not null, it is used to replace all values in the matrix that are NaN. | |
| _selectedColumns | Collection of selected data columns. | |
| _selectedPropertyColumns | Collection of selected property columns. | |
| _selectedRows | Collection of selected data rows. | |
| _sourceTable | Underlying data table. |