バージョン

Log10(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

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