Click or drag to resize
Murmur3HashBytes Method
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static int HashBytes(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
An array of bytes to hash

Return Value

Type: Int32
A hash value, expressed as a 32 bit integer.
See Also