Mol(Math Object Library) fot .Net
行列のI行J列の要素を返えします(設定します)。

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

構文

C#
public Complex this[
	int I,
	int J
] { get; set; }
Visual Basic
Public Default Property Item ( 
	I As Integer,
	J As Integer
) As Complex
	Get
	Set
Visual C++
public:
property Complex default[int I, int J] {
	Complex get (int I, int J);
	void set (int I, int J, Complex value);
}
member Item : Complex with get, set

Parameters

I
タイプ: System..::..Int32
行番号
J
タイプ: System..::..Int32
列番号

Return Value

タイプ: Complex
要素の値

参照