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

◆ ToDouble() [1/2]

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

Definition at line 253 of file UInt64.cs.

254 {
255 return Convert.ToDouble(this);
256 }

References System.Convert.ToDouble().