Murmur3 Methods
The Murmur3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Hash |
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
|
![]() ![]() |
Hash_X64_128 |
Compute a 128-bit Murmur3 hash for an X64 system.
|
![]() ![]() |
Hash_X86_32 |
Compute a 32-bit Murmur3 hash for an X86 system.
|
![]() ![]() |
HashBytes |
Pass a .NET object to the function and get a 32-bit Murmur3 hash in return.
|
![]() ![]() |
HashString |
Pass a .NET String to the function and get a 32-bit Murmur3 hash in return.
|