バージョン

Cis(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix。

戻り値の型

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