Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt16()
[7/19]
static ushort System.Convert.ToUInt16
(
float
value
)
inline
static
Definition at line
1277
of file
Convert.cs
.
1278
{
1279
return
ToUInt16
((
double
)
value
);
1280
}
System.Convert.ToUInt16
static ushort ToUInt16(object? value)
Definition
Convert.cs:1177
System.ExceptionArgument.value
@ value
References
System.Convert.ToUInt16()
, and
System.value
.
System
Convert
Generated by
1.10.0