バージョン

Atan(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

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