The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PopulationCount64 function
Counts the number of one bits (population count) in a 64-bit unsigned integer.
Syntax
DWORD64 WINAPI PopulationCount64( _In_ DWORD64 operand );
Parameters
- operand [in]
-
The operand.
Return value
The count of one bits.
Requirements
|
Header |
|
|---|
Community Additions
Show: