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

◆ ToDecimal() [1/2]

decimal IConvertible. System.UInt16.ToDecimal ( IFormatProvider provider)
inline

Definition at line 268 of file UInt16.cs.

269 {
270 return Convert.ToDecimal(this);
271 }

References System.Convert.ToDecimal().