Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Counts the number of one bits (population count) in a 64-bit unsigned integer.
Syntax
DWORD64 PopulationCount64(
[in] DWORD64 operand
);
Parameters
[in] operand
The operand.
Return value
The count of one bits.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winnt.h |