UIntPtr.PopCount(UIntPtr) Metodo

Definizione

Calcola il numero di bit impostati in un valore.

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

Parametri

value
UIntPtr

unativeint

Valore i cui bit impostati devono essere conteggiati.

Restituisce

UIntPtr

unativeint

Numero di bit impostati in value.

Implementazioni

Si applica a