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

◆ ToInt16() [5/19]

static short System.Convert.ToInt16 ( decimal value)
inlinestatic

Definition at line 1148 of file Convert.cs.

1149 {
1150 return decimal.ToInt16(decimal.Round(value, 0));
1151 }

References System.value.