Mol(Math Object Library) fot .Net
i 番目のベクトル要素の値を設定/読み出します。i はデフォルトでは 1 から開始します(FORTRAN形式、IndexBase)。

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

構文

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

Parameters

i
タイプ: System..::..Int32
ベクトルのインデックス

Return Value

タイプ: Complex
ベクトルの値

参照