バージョン

Arg(ComplexVector) メソッド

Vectorx の各要素の引数と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Arg( _
   ByVal x As ComplexVector _
) As Vector
public static Vector Arg( 
   ComplexVector x
)

パラメータ

x
ComplexVector。

戻り値の型

y[i] = Arg(x[i]) である ComplexVector y。
参照