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

Definição

Calcula o número de bits zero à direita em um valor.

 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

Parâmetros

value
Char

O valor cujos bits zero à direita devem ser contados.

Retornos

O número de bits zero à direita em value.

Implementações

Aplica-se a