UIntPtr.PopCount(UIntPtr) Método

Definição

Calcula o número de bits definidos em um 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

O valor cujos bits definidos devem ser contados.

Retornos

UIntPtr

unativeint

O número de bits definidos em value.

Implementações

Aplica-se a