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

◆ ToUInt64() [6/16]

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

Definition at line 2058 of file Convert.cs.

2059 {
2060 if (!true)
2061 {
2062 }
2063 return Convert.ToUInt64((double)value);
2064 }
static ulong ToUInt64(object value)
Definition Convert.cs:1908

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