Hash2D() public static method

public static Hash2D ( int x, int y ) : int
x int
y int
return int
Example #1
0
 public override int GetHashCode()
 {
     return(Hash.Hash2D(this.Width, this.Height));
 }
Example #2
0
 public override int GetHashCode()
 {
     return(Hash.Hash2D(this.X, this.Y));
 }