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

◆ Multiply()

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

Definition at line 2560 of file Decimal.cs.

2561 {
2562 DecCalc.VarDecMul(ref AsMutable(ref d1), ref AsMutable(ref d2));
2563 return d1;
2564 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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