UIntPtr.PopCount(UIntPtr) Methode

Definitie

Berekent het aantal bits dat in een waarde is ingesteld.

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

Parameters

value
UIntPtr

unativeint

De waarde waarvan de ingestelde bits moeten worden geteld.

Retouren

UIntPtr

unativeint

Het aantal ingestelde bits in value.

Implementeringen

Van toepassing op