バージョン

Log10(ComplexMatrix) メソッド

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

パラメータ

x
ComplexMatrix。

戻り値の型

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