Show / Hide Table of Contents

Class HashUtils

Supplies simple deterministic hashes.

Inheritance
object
HashUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
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
Type Description
int

Hash(Cell, int)

Declaration
public static int Hash(Cell cell, int v4)
Parameters
Type Name Description
Cell cell
int v4
Returns
Type Description
int

Hash(int, int)

Declaration
public static int Hash(int v1, int v2)
Parameters
Type Name Description
int v1
int v2
Returns
Type Description
int

Hash(int, int, int)

Declaration
public static int Hash(int v1, int v2, int v3)
Parameters
Type Name Description
int v1
int v2
int v3
Returns
Type Description
int

Hash(int, int, int, int)

Declaration
public static int Hash(int v1, int v2, int v3, int v4)
Parameters
Type Name Description
int v1
int v2
int v3
int v4
Returns
Type Description
int
In this article
Back to top Generated by DocFX