Table of Contents

Class BitOperationsHelper

Namespace
Zyl.ExSpans.Impl
Assembly
ExSpans.dll

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