Char.IBinaryInteger<Char>.TrailingZeroCount(Char) Metoda

Definice

Vypočítá počet koncových nula bitů v hodnotě.

 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

Parametry

value
Char

Hodnota, jejíž koncové nula bitů se mají počítat.

Návraty

Počet koncových nula bitů v valuesouboru .

Implementuje

Platí pro