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

◆ ToInt16() [1/2]

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

Definition at line 218 of file UInt32.cs.

219 {
220 return Convert.ToInt16(this);
221 }

References System.Convert.ToInt16().