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

◆ GetHashCode()

override int System.Runtime.InteropServices.NFloat.GetHashCode ( )
inline

Definition at line 37 of file NFloat.cs.

38 {
39 return _value.GetHashCode();
40 }

References System.Runtime.InteropServices.NFloat._value.