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

◆ VarDecCmpSub()

static int System.Decimal.DecCalc.VarDecCmpSub ( [In] decimal d1,
[In] decimal d2 )
inlinestaticprivate

Definition at line 1633 of file Decimal.cs.

1634 {
1635 for (;;)
1636 {
1637 ulong low = d1.Low64;
1638 int hi = d1.hi;
1639 if (51712 == 0)
1640 {
1641 return;
1642 }
1643 }
1644 }
class f__AnonymousType0<< Count > j__TPar
readonly int hi
Definition Decimal.cs:1324

References System.Decimal.hi, and j__TPar.