Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt16()
[5/19]
static
short
System.Convert.ToInt16
(
decimal
value
)
inline
static
Definition at line
1148
of file
Convert.cs
.
1149
{
1150
return
decimal.ToInt16(decimal.Round(
value
, 0));
1151
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0