NBit Bit Manipulation Library

BitMathExtensions.ReverseBits Method

Reverses the bits of a value.

Overload List

Reverses the bits of a value.

public static uint ReverseBits(this uint)

Masks and reverses the specified number of bits of a value.

public static uint ReverseBits(this uint,this int)

See Also

BitMathExtensions Class | NBit Namespace