Char.IBinaryInteger<Char>.TrailingZeroCount(Char) 方法

定義

計算值中尾端零位的數目。

 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 尾端零位數目。

實作

適用於