Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll)
public static int HashBytes(
byte[] bytes
)
Public Shared Function HashBytes ( _
bytes As Byte() _
) As Integer
Parameters
- bytes
- Type: array<Byte>[]()[][]
An array of bytes to hash
Return Value
A hash value, expressed as a 32 bit integer.