NBit Bit Manipulation Library |
|
BitMathExtensions.ReverseBits(UInt32) Method
Reverses the bits of a value.
[Visual Basic]
<Extension> _
Public Overloads Shared Sub ReverseBits( _
ByVal
value As
UInt32 _
)
[C#]
[Extension]
public static
uint ReverseBits(
this
uint value);
Parameters
-
value
- The value to reverse the bits of.
Return Value
The reversed bits.
See Also
BitMathExtensions Class | NBit Namespace | BitMathExtensions.ReverseBits Overload List