Method blsr_u64
blsr_u64(UInt64)
Copy all bits from unsigned 64-bit integer a to dst, and reset (set to 0) the bit in dst that corresponds to the lowest set bit in a.
Declaration
public static ulong blsr_u64(ulong a)
Parameters
| Type | Name | Description | 
|---|---|---|
| UInt64 | a | 64-bit integer  | 
Returns
| Type | Description | 
|---|---|
| UInt64 | 64-bit integer  | 
Remarks
**** blsr r64, r64