Click or drag to resize
Murmur3Hash_X86_32 Method
Compute a 32-bit Murmur3 hash for an X86 system.

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static int Hash_X86_32(
	byte[] data,
	int length,
	uint seed
)

Parameters

data
Type: SystemByte
The data that needs to be hashed
length
Type: SystemInt32
The length of the data being hashed
seed
Type: SystemUInt32
A seed value used to compute the hash

Return Value

Type: Int32
A computed hash value, as a signed integer.
See Also