バージョン

Index(Int32) メソッド

0 から end の連続インデックスの Vector を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Index( _
   ByVal end As Integer _
) As Vector
public static Vector Index( 
   int end
)

パラメータ

end
Vector の最後の要素。

戻り値の型

連続インデックスの Vector。
例外
例外解説
System.ArgumentException end が 0 未満の場合に発生します。
参照