Method SetBits
SetBits(ulong)
Sets all the bits that match a mask to 1.
public void SetBits(ulong mask)Parameters
- maskulong
- Mask of bits to set. 
Sets all the bits that match a mask to 1.
public void SetBits(ulong mask)mask ulongMask of bits to set.