Method CombineFNV1A64
CombineFNV1A64(UInt64, UInt64)
Combines a FNV1A64 hash with a value.
Declaration
public static ulong CombineFNV1A64(ulong hash, ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | hash | Input Hash. |
| UInt64 | value | Value to add to the hash. |
Returns
| Type | Description |
|---|---|
| UInt64 | A combined FNV1A64 hash. |