nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / RectangularArray

RectangularArray

Full name Microsoft.VisualBasic.ComponentModel.Collection.RectangularArray Assembly Microsoft.VisualBasic.Runtime Members 9

01 Syntax

Microsoft.VisualBasic.ComponentModel.Collection.RectangularArray

02 Methods

NameOverloadsSummary
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

method CopyOf #
CopyOf``1(``0()())

Make deep copy of the rectangular array value

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
m``0()()

-

method Matrix overload 2 #
Matrix``1(Int32, Int32)

Create an empty matrix with m row and n cols.

Remarks

(生成一个有m行n列的矩阵,但是是使用数组来表示的)

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
mInt32

m Rows

nInt32

n Cols

method Matrix #
Matrix``1(Int32, Int32, ``0)

Create an empty matrix with m row and n cols.

Remarks

(生成一个有m行n列的矩阵,但是是使用数组来表示的)

Type Parameters
NameDescription
T
Parameters
NameTypeDescription
mInt32

m Rows

nInt32

n Cols

s``0

fill the generated matrix this scalar value

method CopyOf #
CopyOf(T()())
method GlobalRange #
GlobalRange(IEnumerable(Of Double()))
method Matrix overload 2 #
Matrix(Int32, Int32)
method Matrix #
Matrix(Int32, Int32, T)
method Cubic #
Cubic(Int32, Int32, Int32)
method CubicMatrix #
CubicMatrix(Int32, Int32, Int32, Int32)