UIntPtr.LeadingZeroCount(UIntPtr) メソッド

定義

値の先頭のゼロの数を計算します。

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

パラメーター

value
UIntPtr

unativeint

先頭のゼロがカウントされる値。

返品

UIntPtr

unativeint

valueの先頭のゼロの数。

実装

適用対象