Click or drag to resize

HashCodeRotateLeft Method

Rotates a 32-bit unsigned integer to the left.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

UInt32
The rotated value.
See Also