バージョン

Log2(Vector) メソッド

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

パラメータ

x
Vector。

戻り値の型

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