UIntPtr.LeadingZeroCount(UIntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値の先頭のゼロの数を計算します。
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の先頭のゼロの数。