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

◆ ToDouble() [1/2]

double IConvertible. System.Int64.ToDouble ( IFormatProvider provider)
inline

Definition at line 255 of file Int64.cs.

256 {
257 return Convert.ToDouble(this);
258 }

References System.Convert.ToDouble().