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

◆ operator-() [4/6]

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

Definition at line 3527 of file Decimal.cs.

3528 {
3529 return -value;
3530 }

References System.value.