バージョン

Matrix コンストラクタ(Int32)

指定した length の1 次元 Matrix を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal length As Integer _
)
public Matrix( 
   int length
)

パラメータ

length
構成された Matrix の長さ。
参照