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

傳回

的對數2 value

實作

適用於