Class BitOperationsHelper
BitOperations Helper.
public static class BitOperationsHelper
- Inheritance
-
BitOperationsHelper
- Inherited Members
Methods
- FlipBit(uint, int)
Flip the bit at a specific position in a given value. Similar in behavior to the x86 instruction BTC (Bit Test and Complement).
- FlipBit(ulong, int)
Flip the bit at a specific position in a given value. Similar in behavior to the x86 instruction BTC (Bit Test and Complement).
- ResetLowestSetBit(uint)
Reset the lowest significant bit in the given value
- ResetLowestSetBit(ulong)
Reset the lowest significant bit in the given value