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

返回

valuelog2。

实现

适用于