Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHashCode()
override int System.Single.GetHashCode
(
)
inline
Definition at line
275
of file
Single.cs
.
276
{
277
int
num =
Unsafe
.As<float,
int
>(ref
Unsafe
.AsRef(in
m_value
));
278
if
(((num - 1) & 0x7FFFFFFF) >= 2139095040)
279
{
280
num &= 0x7F800000;
281
}
282
return
num;
283
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Single.m_value
readonly float m_value
Definition
Single.cs:13
References
System.Single.m_value
.
System
Single
Generated by
1.10.0