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

の log2 value

実装

適用対象