UInt64.Log2(UInt64) メソッド

定義

値の log2 を計算します。

public:
 static System::UInt64 Log2(System::UInt64 value) = System::Numerics::IBinaryNumber<System::UInt64>::Log2;
public static ulong Log2 (ulong value);
static member Log2 : uint64 -> uint64
Public Shared Function Log2 (value As ULong) As ULong

パラメーター

value
UInt64

log2 が計算される値。

戻り値

の log2 value

実装

適用対象