Matrix |
public class MatrixToDataTableConverter
The MatrixToDataTableConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| MatrixToDataTableConverter | Initializes a new instance of the MatrixToDataTableConverter class. |
| Name | Description | |
|---|---|---|
| ColumnBaseName | Sets the base name used for generated data-column names. |
| Name | Description | |
|---|---|---|
| AddMatrixColumnHeaderData | Adds a column-header data vector that is written as a property column for the generated matrix columns. | |
| AddMatrixRowHeaderData | Adds a row-header data vector that is written as a data column before the matrix values. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Execute | Executes the configured conversion and writes the matrix data into the destination table. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetContentFromMatrix(DataTable, IROMatrixDouble) | Replaces the content of the destination table with the data from the specified matrix. | |
| SetContentFromMatrix(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. | |
| SetContentFromMatrix(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. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ColumnNameGenerator | Gets or sets a delegate that generates the name for each matrix data column. |