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

◆ Decimal() [6/13]

System.Decimal.Decimal ( float value)
inline

Definition at line 2161 of file Decimal.cs.

2162 {
2163 DecCalc.VarDecFromR4(value, out AsMutable(ref this));
2164 }
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.VarDecFromR4().