Byte.Log2(Byte) 方法

定义

计算值的 log2。

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

参数

value
Byte

要计算其 log2 的值。

返回

valuelog2

实现

适用于