Click or drag to resize

HashCodeRotateLeft Method

[Missing <summary> documentation for "M:Clipper2Lib.HashCode.RotateLeft(System.UInt32,System.Int32)"]


Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static uint RotateLeft(
	uint value,
	int offset
)

Parameters

value  UInt32

[Missing <param name="value"/> documentation for "M:Clipper2Lib.HashCode.RotateLeft(System.UInt32,System.Int32)"]

offset  Int32

[Missing <param name="offset"/> documentation for "M:Clipper2Lib.HashCode.RotateLeft(System.UInt32,System.Int32)"]

Return Value

UInt32

[Missing <returns> documentation for "M:Clipper2Lib.HashCode.RotateLeft(System.UInt32,System.Int32)"]

See Also