バージョン

Item(Vector) プロパティ

ComplexVector の要素のセットを取得または設定するインデクサー。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal indices As Vector _
) As ComplexVector
public ComplexVector Item( 
   Vector indices
) {get; set;}

パラメータ

indices
integer インデックスの Vector

プロパティ値

indices によって指定された要素の ComplexVector。
例外
例外解説
System.IndexOutOfRangeException ComplexVector が 0 以下またはその長さ以上でインデックス化された場合に発生します。
System.IndexOutOfRangeException 空 ComplexVector がインデックス化された場合に発生します。
System.ArgumentException インデックスが integer の場合に発生します。
参照