Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt32()
[5/19]
static int System.Convert.ToInt32
(
decimal
value
)
inline
static
Definition at line
1441
of file
Convert.cs
.
1442
{
1443
return
decimal.ToInt32(decimal.Round(
value
, 0));
1444
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0