Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static int HashBytes(
byte[] bytes
)
Public Shared Function HashBytes (
bytes As Byte()
) As Integer
public:
static int HashBytes(
array<unsigned char>^ bytes
)
static member HashBytes :
bytes : byte[] -> int
Parameters
- bytes
- Type: SystemByte
An array of bytes to hash
Return Value
Type:
Int32A hash value, expressed as a 32 bit integer.
See Also