UIntPtr.PopCount(UIntPtr) Método

Definición

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

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

Parámetros

value
UIntPtr

unativeint

Valor cuyos bits establecidos se van a contar.

Devoluciones

UIntPtr

unativeint

Número de bits establecidos en value.

Implementaciones

Se aplica a