バージョン

Arg(Matrix) メソッド

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

パラメータ

x
Matrix。

戻り値の型

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