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

◆ ToInt64() [1/2]

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

Definition at line 240 of file Int32.cs.

241 {
242 return Convert.ToInt64(this);
243 }

References System.Convert.ToInt64().