HashCodeRotateLeft Method |
Rotates a 32-bit unsigned integer to the left.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static uint RotateLeft(
uint value,
int offset
)
Parameters
- value UInt32
- The value to rotate.
- offset Int32
- The number of bit positions to rotate.
Return Value
UInt32The rotated value.
See Also