SByte.PopCount(SByte) Método

Definición

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

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

Parámetros

value
SByte

Valor cuyos bits establecidos se van a contar.

Devoluciones

Número de bits establecidos en value.

Implementaciones

Se aplica a