UInt32.PopCount(UInt32) Methode

Definition

Berechnet die Anzahl der Bits, die in einem Wert festgelegt sind.

public:
 static System::UInt32 PopCount(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::PopCount;
public static uint PopCount (uint value);
static member PopCount : uint32 -> uint32
Public Shared Function PopCount (value As UInteger) As UInteger

Parameter

value
UInt32

Der Wert, dessen Setbits gezählt werden sollen.

Gibt zurück

Die Anzahl der festgelegten Bits in value.

Implementiert

Gilt für: