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

◆ operator/() [1/3]

static decimal System.Decimal.operator/ ( decimal d1,
decimal d2 )
inlinestatic

Definition at line 2971 of file Decimal.cs.

2972 {
2973 DecCalc.VarDecDiv(ref AsMutable(ref d1), ref AsMutable(ref d2));
2974 return d1;
2975 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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