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

◆ Divide()

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

Definition at line 2339 of file Decimal.cs.

2340 {
2341 DecCalc.VarDecDiv(ref AsMutable(ref d1), ref AsMutable(ref d2));
2342 return d1;
2343 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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