Int16.TrailingZeroCount(Int16) 方法

定義

計算值中尾端零的數目。

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

要計算其尾端零的值。

傳回

中的 value 尾端零數目。

實作

適用於