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

◆ GetInt16Value()

short System.Threading.PortableThreadPool.ThreadCounts.GetInt16Value ( byte shift)
inlineprivate

Definition at line 697 of file PortableThreadPool.cs.

698 {
699 return (short)(_data >> (int)shift);
700 }

References System.Threading.PortableThreadPool.ThreadCounts._data.