Data |
The DataTableToMatrixConverter type exposes the following members.
Name | Description | |
---|---|---|
AreAllAvailableColumnsOfGroupIncluded | Determines, whether all available columns (with same group number and ColumnKind.V) are included in the matrix. | |
AreAllAvailableRowsIncluded | Determines, whether all available rows are included in the matrix. | |
CheckContentForNaNandInfiniteValues | Checks the content of a matrix area of a table for NaN and infinite values. If such values are found, an InvalidOperationException is thrown with a diagnostic message. | |
ColumnSpacingOrValue | Get the uniform column spacing value, or, if the column header vector is not uniformly spaced, a default value provided in defaultValue. | |
DefaultMatrixGenerator | Gets the defaults the matrix generator, which generates a JaggedArrayMatrix. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Execute | Performs the assembling for the resulting matrix and the row / column header vectors. After calling this function, the properties ResultingMatrix, RowHeaderVector and ColumnHeaderVector are available. | |
FillMatrix | Creates the resulting matrix and fills it with values. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetColumnSpacing | Get the uniform column spacing value, or, if the column header vector is not uniformly spaced, null. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetParticipatingDataColumns | Gets the indices of the data columns of the data table that contribute to the matrix. | |
GetParticipatingDataColumns(DataTable, IAscendingIntegerCollection) | Gets the indices of data columns that can participate in a matrix area, by providing a data table and the selected column. The participating data columns must have ColumnKind.V, and must share the same group number. | |
GetParticipatingDataRows | Gets the indices of the data rows of the table that contribute to the matrix. | |
GetParticipatingDataRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) | Gets the data rows that participate in a matrix area by providing a table, the collection of selected data rows, and the collection of selected data columns. | |
GetRowSpacing | Get the uniform row spacing value, or, if the row header vector is not uniformly spaced, null. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
RowSpacingOrValue | Get the uniform row spacing value, or, if the row header vector is not uniformly spaced, a default value provided in defaultValue. | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetColumnSpacing | Tries to get the uniform column spacing value, or, if the column header vector is not uniformly spaced, false is returned along with a diagnostic message. | |
TryGetRowOrColumnSpacing | Tries to get the uniform spacing value of a vector. | |
TryGetRowSpacing | Tries to get the uniform row spacing value, or, if the row header vector is not uniformly spaced, false is returned along with a diagnostic message. |