バージョン

Cos(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix.

戻り値の型

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