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

◆ ToDouble() [1/2]

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

Definition at line 266 of file SByte.cs.

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

References System.Convert.ToDouble().