Int32.Log2(Int32) メソッド

定義

値の log2 を計算します。

public:
 static int Log2(int value) = System::Numerics::IBinaryNumber<int>::Log2;
public static int Log2 (int value);
static member Log2 : int -> int
Public Shared Function Log2 (value As Integer) As Integer

パラメーター

value
Int32

log2 が計算される値。

戻り値

の log2 value

実装

適用対象