Click or drag to resize
Akka.NETMurmurHashExtendHash Method
Incorporates a new value into an existing hash

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static uint ExtendHash(
	uint hash,
	uint value,
	uint magicA,
	uint magicB
)

Parameters

hash
Type: SystemUInt32
The prior hash value
value
Type: SystemUInt32
The new value to incorporate
magicA
Type: SystemUInt32
A magic integer from the left of the stream
magicB
Type: SystemUInt32
A magic integer from a different stream

Return Value

Type: UInt32
The updated hash value
See Also