IntPtr.PopCount(IntPtr) Methode

Definitie

Berekent het aantal bits dat in een waarde is ingesteld.

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

Parameters

value
IntPtr

nativeint

De waarde waarvan de ingestelde bits moeten worden geteld.

Retouren

IntPtr

nativeint

Het aantal ingestelde bits in value.

Implementeringen

Van toepassing op