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