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