バージョン

Cos(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

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