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

◆ ToDouble() [2/3]

double IConvertible. System.Decimal.ToDouble ( IFormatProvider provider)
inline

Definition at line 3073 of file Decimal.cs.

3074 {
3075 return DecCalc.VarR8FromDec(in this);
3076 }

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