共用方式為


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

value log2。

實作

適用於