LoadDataMatrix
01 Syntax
Microsoft.VisualBasic.Math.Matrix.LoadDataMatrix
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| FromTabular | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Names | 1 | get/set matrix row names |
04 Members
Names(DataMatrix)
get/set matrix row names
Parameters
| Name | Type | Description |
|---|---|---|
matrix | DataMatrix | - |
FromTabular(
IEnumerable(Of DataSet), String, String, String, Boolean)