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

◆ ToInt64() [1/2]

long IConvertible. System.UInt16.ToInt64 ( IFormatProvider provider)
inline

Definition at line 248 of file UInt16.cs.

249 {
250 return Convert.ToInt64(this);
251 }

References System.Convert.ToInt64().