Reverses the bits of a value.
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)
BitMathExtensions Class | NBit Namespace