Class HashUtils
Supplies simple deterministic hashes.
Assembly: Sylves.dll
Syntax
public static class HashUtils
Methods
Hash(Cell)
Declaration
public static int Hash(Cell cell)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
Returns
Hash(Cell, int)
Declaration
public static int Hash(Cell cell, int v4)
Parameters
| Type |
Name |
Description |
| Cell |
cell |
|
| int |
v4 |
|
Returns
Hash(int, int)
Declaration
public static int Hash(int v1, int v2)
Parameters
| Type |
Name |
Description |
| int |
v1 |
|
| int |
v2 |
|
Returns
Hash(int, int, int)
Declaration
public static int Hash(int v1, int v2, int v3)
Parameters
Returns
Hash(int, int, int, int)
Declaration
public static int Hash(int v1, int v2, int v3, int v4)
Parameters
Returns