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

◆ ToDouble() [1/2]

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

Definition at line 262 of file Byte.cs.

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

References System.Convert.ToDouble().