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