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

◆ ToInt32() [5/19]

static int System.Convert.ToInt32 ( decimal value)
inlinestatic

Definition at line 1441 of file Convert.cs.

1442 {
1443 return decimal.ToInt32(decimal.Round(value, 0));
1444 }

References System.value.