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

◆ operator-() [2/6]

static decimal System.Decimal.operator- ( decimal d1,
decimal d2 )
inlinestatic

Definition at line 2959 of file Decimal.cs.

2960 {
2961 DecCalc.DecAddSub(ref AsMutable(ref d1), ref AsMutable(ref d2), sign: true);
2962 return d1;
2963 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

References System.Decimal.AsMutable(), System.Decimal.DecCalc.DecAddSub(), and System.Runtime.Serialization.Dictionary.