Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.UInt64.GetHashCode ( )
inline

Definition at line 87 of file UInt64.cs.

88 {
89 return (int)this ^ (int)(this >> 32);
90 }