Murmur3..::..HashBytes 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)

Syntax


public static int HashBytes(
	byte[] bytes
)
Public Shared Function HashBytes ( _
	bytes As Byte() _
) As Integer
public:
static int^ HashBytes(
	array<unsigned char^>^ bytes
)

Parameters

bytes
Type: array<Byte>[]()[][]
An array of bytes to hash

Return Value

A hash value, expressed as a 32 bit integer.