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

◆ ToDouble() [1/2]

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

Definition at line 263 of file UInt16.cs.

264 {
265 return Convert.ToDouble(this);
266 }

References System.Convert.ToDouble().