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

◆ ToOACurrency()

static long System.Decimal.ToOACurrency ( decimal value)
inlinestatic

Definition at line 2219 of file Decimal.cs.

2220 {
2221 return DecCalc.VarCyFromDec(ref AsMutable(ref value));
2222 }
static ref DecCalc AsMutable(ref decimal d)
Definition Decimal.cs:3538

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