MatrixToTable Method |
Name | Description | |
---|---|---|
ToTable(Double) |
Converts a DataTable to a double[,] array.
| |
ToTable(Double) |
Converts a DataTable to a double[,] array.
| |
ToTable(Object) |
Converts an array of values into a DataTable,
attempting to guess column types by inspecting the data.
| |
ToTable(Double, String) |
Converts a DataTable to a double[,] array.
| |
ToTable(Double, String) |
Converts a DataTable to a double[,] array.
| |
ToTable(Object, String) |
Converts an array of values into a DataTable,
attempting to guess column types by inspecting the data.
|