Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExtractExponentFromBits()
static int System.Double.ExtractExponentFromBits
(
ulong
bits
)
inline
static
package
Definition at line
140
of file
Double.cs
.
141
{
142
return
(
int
)(bits >> 52) & 0x7FF;
143
}
System
Double
Generated by
1.10.0