Int16.Log2(Int16) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的 log2。
public:
static short Log2(short value) = System::Numerics::IBinaryNumber<short>::Log2;
public static short Log2(short value);
static member Log2 : int16 -> int16
Public Shared Function Log2 (value As Short) As Short
参数
- value
- Int16
要计算其 log2 的值。
返回
的 valuelog2