UInt24.PopCount Method
Definition
Computes the number of bits that are set in a value.
public static UInt24 PopCount(UInt24 value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value whose set bits are to be counted. |
Returns
The number of set bits in value.