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

◆ ToUInt64() [6/19]

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

Definition at line 1844 of file Convert.cs.

1845 {
1846 return checked((ulong)Math.Round(value));
1847 }

References System.Math.Round(), and System.value.