UIntPtr.TrailingZeroCount(UIntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値の末尾のゼロの数を計算します。
public:
static UIntPtr TrailingZeroCount(UIntPtr value) = System::Numerics::IBinaryInteger<UIntPtr>::TrailingZeroCount;
public static UIntPtr TrailingZeroCount(UIntPtr value);
static member TrailingZeroCount : unativeint -> unativeint
Public Shared Function TrailingZeroCount (value As UIntPtr) As UIntPtr
パラメーター
- value
-
UIntPtr
unativeint
末尾のゼロがカウントされる値。
返品
UIntPtr
unativeint
valueの末尾のゼロの数。