Mol(Math Object Library) fot .Net
行列を初期化します。正方行列の場合は行数と列数を同じにしてください。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public void Initialize(
	int Rows,
	int Columns
)
Visual Basic
Public Sub Initialize ( 
	Rows As Integer,
	Columns As Integer
)
Visual C++
public:
void Initialize(
	int Rows, 
	int Columns
)
member Initialize : 
        Rows : int * 
        Columns : int -> unit 

Parameters

Rows
タイプ: System..::..Int32
行列の列数
Columns
タイプ: System..::..Int32
行列の行数

参照