Int32.PopCount(Int32) Método

Definición

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

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

Parámetros

value
Int32

Valor cuyos bits establecidos se van a contar.

Devoluciones

Número de bits establecidos en value.

Implementaciones

Se aplica a