Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
要素の値
行列の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 |
Return Value
タイプ: Complex要素の値