Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt16()
[7/19]
static
short
System.Convert.ToInt16
(
float
value
)
inline
static
Definition at line
1138
of file
Convert.cs
.
1139
{
1140
return
ToInt16
((
double
)
value
);
1141
}
System.Convert.ToInt16
static short ToInt16(object? value)
Definition
Convert.cs:1038
System.ExceptionArgument.value
@ value
References
System.Convert.ToInt16()
, and
System.value
.
System
Convert
Generated by
1.10.0