SByte.TrailingZeroCount(SByte) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值中尾端零的數目。
public:
static System::SByte TrailingZeroCount(System::SByte value) = System::Numerics::IBinaryInteger<System::SByte>::TrailingZeroCount;
public static sbyte TrailingZeroCount (sbyte value);
static member TrailingZeroCount : sbyte -> sbyte
Public Shared Function TrailingZeroCount (value As SByte) As SByte
參數
- value
- SByte
要計算其尾端零的值。
傳回
中的 value
尾端零數目。