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

Definição

Calcula o número de bits zero finais num 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 finais devem ser contados.

Devoluções

O número de bits zero finais em value.

Implementações

Aplica-se a