Click or drag to resize
Murmur3Hash_X64_128 Method
Compute a 128-bit Murmur3 hash for an X64 system.

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static ulong[] Hash_X64_128(
	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: UInt64
A computed hash value, as an array consisting of two unsigned long integers.
See Also