UInt128.PopCount(UInt128) Método

Definición

Calcula el número de bits establecidos en un valor.

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

Parámetros

value
UInt128

Valor cuyos bits establecidos se van a contar.

Devoluciones

Número de bits establecidos en value.

Implementaciones

Se aplica a