UInt128.TrailingZeroCount(UInt128) Método

Definição

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

public:
 static UInt128 TrailingZeroCount(UInt128 value) = System::Numerics::IBinaryInteger<UInt128>::TrailingZeroCount;
public static UInt128 TrailingZeroCount (UInt128 value);
static member TrailingZeroCount : UInt128 -> UInt128
Public Shared Function TrailingZeroCount (value As UInt128) As UInt128

Parâmetros

value
UInt128

O valor cujos zeros à direita devem ser contados.

Retornos

O número de zeros à direita em value.

Implementações

Aplica-se a