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

◆ ToInt64() [6/19]

static long System.Convert.ToInt64 ( double value)
inlinestatic

Definition at line 1704 of file Convert.cs.

1705 {
1706 return checked((long)Math.Round(value));
1707 }

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