PopulationCount64-Funktion (winnt.h)
Zählt die Anzahl von 1 Bits (Populationsanzahl) in einer 64-Bit-Ganzzahl ohne Vorzeichen.
Syntax
DWORD64 PopulationCount64(
[in] DWORD64 operand
);
Parameter
[in] operand
Der Operand.
Rückgabewert
Die Anzahl von ein Bits.
Anforderungen
Anforderung | Wert |
---|---|
Zielplattform | Windows |
Kopfzeile | winnt.h |