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

◆ ToDouble() [1/2]

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

Definition at line 272 of file Boolean.cs.

273 {
274 return Convert.ToDouble(this);
275 }

References System.Convert.ToDouble().