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

◆ Add()

static decimal System.Decimal.Add ( decimal d1,
decimal d2 )
inlinestatic

Definition at line 2300 of file Decimal.cs.

2301 {
2302 DecCalc.DecAddSub(ref AsMutable(ref d1), ref AsMutable(ref d2), sign: false);
2303 return d1;
2304 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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