バージョン

Tan(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

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