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 2965 of file Decimal.cs.

2966 {
2967 DecCalc.VarDecMul(ref AsMutable(ref d1), ref AsMutable(ref d2));
2968 return d1;
2969 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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