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