terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToInt64() [6/17]

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

Definition at line 1864 of file Convert.cs.

1865 {
1866 if (!true)
1867 {
1868 }
1869 return Convert.ToInt64((double)value);
1870 }
static long ToInt64(object value)
Definition Convert.cs:1776

References System.Convert.ToInt64(), and System.value.