Click or drag to resize

DataTableToMatrixConverter Fields

The DataTableToMatrixConverter type exposes the following members.

Fields
 NameDescription
Protected field_matrixGenerator Function that is used to generate a writeable matrix. The first argument is the number of rows, the second argument is the number of columns of the matrix. The result should be a writeable matrix with the corresponding number of rows and columns.
Protected field_replacementValueForInfiniteMatrixElementsIf this value is not null, it is used to replace all occurences of values in the matrix that are infinite.
Protected field_replacementValueForNaNMatrixElementsIf this value is not null, it is used to replace all values in the matrix that are NaN.
Protected field_selectedColumnsCollection of selected data columns.
Protected field_selectedPropertyColumnsCollection of selected property columns.
Protected field_selectedRowsCollection of selected data rows.
Protected field_sourceTableUnderlying data table.
Top
See Also