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

◆ Subtract()

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

Definition at line 2618 of file Decimal.cs.

2619 {
2620 DecCalc.DecAddSub(ref AsMutable(ref d1), ref AsMutable(ref d2), sign: true);
2621 return d1;
2622 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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