バージョン

Repeat(Vector,Int32) メソッド

Vector を自身に N 回追加します。
シンタックス
'宣言
 
Public Overloads Shared Function Repeat( _
   ByVal x As Vector, _
   ByVal N As Integer _
) As Vector
public static Vector Repeat( 
   Vector x,
   int N
)

パラメータ

x
Vector。
N
繰り返す回数。

戻り値の型

自身に N 回追加した x で構成される Vector。
例外
例外解説
System.ArgumentException N が 0 未満の場合に発生します。
参照