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

◆ operator++() [2/3]

static decimal IIncrementOperators< decimal >. System.Decimal.operator++ ( decimal value)
inlinestatic

Definition at line 3148 of file Decimal.cs.

3149 {
3150 return ++value;
3151 }

References System.value.