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

◆ ToInt16() [1/2]

short IConvertible. System.UInt16.ToInt16 ( IFormatProvider provider)
inline

Definition at line 228 of file UInt16.cs.

229 {
230 return Convert.ToInt16(this);
231 }

References System.Convert.ToInt16().