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

◆ ToDouble() [1/2]

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

Definition at line 265 of file Int16.cs.

266 {
267 return Convert.ToDouble(this);
268 }

References System.Convert.ToDouble().