Rotates the bits content UInt32.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
C# |
---|
[CLSCompliantAttribute(false)] public static uint RotateBits( uint value, int count ) |
Parameters
- value
- Type: System..::.UInt32
A value.
- count
- Type: System..::.Int32
The bit length. Positive value means to the left, negative value to the right.