Char.IBinaryInteger<Char>.TrailingZeroCount(Char) Méthode

Définition

Calcule le nombre de bits de fin zéro dans une valeur.

 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

Paramètres

value
Char

Valeur dont les bits zéros de fin doivent être comptés.

Retours

Nombre de bits zéro de fin dans value.

Implémente

S’applique à