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

◆ ToDouble() [1/18]

static double System.Convert.ToDouble ( bool value)
inlinestatic

Definition at line 2091 of file Convert.cs.

2092 {
2093 return value ? 1 : 0;
2094 }

References System.value.