バージョン

Cos(Matrix) メソッド

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

パラメータ

x
Matrix。

戻り値の型

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