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

◆ operator ushort()

static System.Decimal.operator ushort ( decimal value)
inlineexplicitstatic

Definition at line 2896 of file Decimal.cs.

2897 {
2898 return ToUInt16(value);
2899 }
static ushort ToUInt16(decimal value)
Definition Decimal.cs:2738

References System.Decimal.ToUInt16(), and System.value.