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 2953 of file Decimal.cs.

2954 {
2955 DecCalc.DecAddSub(ref AsMutable(ref d1), ref AsMutable(ref d2), sign: false);
2956 return d1;
2957 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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