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

◆ ToInt64() [1/2]

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

Definition at line 238 of file UInt64.cs.

239 {
240 return Convert.ToInt64(this);
241 }

References System.Convert.ToInt64().