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

◆ ToSingle() [1/18]

static float System.Convert.ToSingle ( bool value)
inlinestatic

Definition at line 1981 of file Convert.cs.

1982 {
1983 return value ? 1 : 0;
1984 }

References System.value.