バージョン

Arg(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix。

戻り値の型

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