UIntPtr.Log2(UIntPtr) 方法

定义

计算值的 log2。

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

参数

value
UIntPtr

unativeint

返回

UIntPtr

unativeint

valuelog2

实现

适用于