バージョン

Atan(Matrix) メソッド

Matrixx 各要素のアークタンジェントと共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Atan( _
   ByVal x As Matrix _
) As Matrix
public static Matrix Atan( 
   Matrix x
)

パラメータ

x
Matrix。

戻り値の型

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