SByte.Log2(SByte) 方法

定义

计算值的 log2。

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

参数

value
SByte

要计算其 log2 的值。

返回

valuelog2

实现

适用于