RectangularArray
01 Syntax
Microsoft.VisualBasic.ComponentModel.Collection.RectangularArray
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CopyOf | 1 | Make deep copy of the rectangular array value |
| Matrix | 2 | Create an empty matrix with m row and n cols. |
| CopyOf | 1 | |
| GlobalRange | 1 | |
| Matrix | 2 | |
| Cubic | 1 | |
| CubicMatrix | 1 |
03 Members
CopyOf``1(
``0()())Make deep copy of the rectangular array value
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
m | ``0()() | - |
Matrix``1(
Int32, Int32)Create an empty matrix with m row and n cols.
Remarks
(生成一个有m行n列的矩阵,但是是使用数组来表示的)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
m | Int32 | m Rows |
n | Int32 | n Cols |
Matrix``1(
Int32, Int32, ``0)Create an empty matrix with m row and n cols.
Remarks
(生成一个有m行n列的矩阵,但是是使用数组来表示的)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
m | Int32 | m Rows |
n | Int32 | n Cols |
s | ``0 | fill the generated matrix this scalar value |
CopyOf(
T()())GlobalRange(
IEnumerable(Of Double()))Matrix(
Int32, Int32)Matrix(
Int32, Int32, T)Cubic(
Int32, Int32, Int32)CubicMatrix(
Int32, Int32, Int32, Int32)