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

◆ CompareTo() [2/4]

int System.Double.CompareTo ( object value)
inline

Implements System.IComparable< in T >.

Definition at line 140 of file Double.cs.

141 {
142 if (value != null)
143 {
144 if (!true)
145 {
146 }
147 if (!true)
148 {
149 }
150 }
151 return 1;
152 }

References System.value.