Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt64()
[5/19]
static long System.Convert.ToInt64
(
decimal
value
)
inline
static
Definition at line
1709
of file
Convert.cs
.
1710
{
1711
return
decimal.ToInt64(decimal.Round(
value
, 0));
1712
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0