Method Select
Select(Int64, Int32)
Select a 1-bit from a
Declaration
public static int Select(long x, int r)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | x | |
System.Int32 | r |
Returns
Type | Description |
---|---|
System.Int32 | The index of the r-th 1 bit in x, or if no such bit exists, 72. |