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

◆ ToUInt16() [5/19]

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

Definition at line 1289 of file Convert.cs.

1290 {
1291 return decimal.ToUInt16(decimal.Round(value, 0));
1292 }

References System.value.