Method GetBits
GetBits(ulong)
Gets all the bits that match a mask.
public readonly ulong GetBits(ulong mask)Parameters
- maskulong
- Mask of bits to get. 
Returns
- ulong
- The bits that match the specified mask. 
Gets all the bits that match a mask.
public readonly ulong GetBits(ulong mask)mask ulongMask of bits to get.
The bits that match the specified mask.