バージョン

Reverse(ComplexVector) メソッド

逆の順番で x の要素の平方根と共に Vector を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Reverse( _
   ByVal x As ComplexVector _
) As ComplexVector
public static ComplexVector Reverse( 
   ComplexVector x
)

パラメータ

x
Vector。

戻り値の型

y[i] = x[N-i-1] である行 Vector。
参照