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

◆ ToUInt16() [6/19]

static ushort System.Convert.ToUInt16 ( double value)
inlinestatic

Definition at line 1283 of file Convert.cs.

1284 {
1285 return ToUInt16(ToInt32(value));
1286 }
static int ToInt32(object? value)
Definition Convert.cs:1320
static ushort ToUInt16(object? value)
Definition Convert.cs:1177

References System.Convert.ToInt32(), System.Convert.ToUInt16(), and System.value.