Hash2D() public static method

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