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

◆ ToUInt64() [5/19]

static ulong System.Convert.ToUInt64 ( decimal value)
inlinestatic

Definition at line 1850 of file Convert.cs.

1851 {
1852 return decimal.ToUInt64(decimal.Round(value, 0));
1853 }

References System.value.