Method ClearBits
ClearBits(ulong)
Sets all the bits that match a mask to 0.
public void ClearBits(ulong mask)
Parameters
maskulongMask of bits to clear.
Sets all the bits that match a mask to 0.
public void ClearBits(ulong mask)
mask ulongMask of bits to clear.