Murmur3 Methods

The Murmur3 type exposes the following members.

Methods


  Name Description
Public method Static member Hash
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
Public method Static member Hash_X64_128
Compute a 128-bit Murmur3 hash for an X64 system.
Public method Static member Hash_X86_32
Compute a 32-bit Murmur3 hash for an X86 system.
Public method Static member HashBytes
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
Public method Static member HashString
Pass a .NET String to the function and get a 32-bit Murmur3 hash in return.