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

◆ operator-() [1/6]

static decimal System.Decimal.operator- ( decimal d)
inlinestatic

Definition at line 2938 of file Decimal.cs.

2939 {
2940 return new decimal(in d, d._flags ^ int.MinValue);
2941 }

References System.Runtime.Serialization.Dictionary.