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 的值。

傳回

value log2。

實作

適用於