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

◆ operator short()

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

Definition at line 2890 of file Decimal.cs.

2891 {
2892 return ToInt16(value);
2893 }
static short ToInt16(decimal value)
Definition Decimal.cs:2663

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