Hash2D() public static method

public static Hash2D ( int x, int y ) : int
x int
y int
return int
コード例 #1
0
ファイル: IntSize2.cs プロジェクト: jaenudin86/dwarrowdelf
 public override int GetHashCode()
 {
     return(Hash.Hash2D(this.Width, this.Height));
 }
コード例 #2
0
 public override int GetHashCode()
 {
     return(Hash.Hash2D(this.X, this.Y));
 }