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

◆ Remainder()

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

Definition at line 2554 of file Decimal.cs.

2555 {
2556 DecCalc.VarDecMod(ref AsMutable(ref d1), ref AsMutable(ref d2));
2557 return d1;
2558 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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

Referenced by System.Decimal.DivRem().