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

◆ operator--() [2/3]

static decimal IDecrementOperators< decimal >. System.Decimal.operator-- ( decimal value)
inlinestatic

Definition at line 3124 of file Decimal.cs.

3125 {
3126 return --value;
3127 }

References System.value.