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

◆ VarDecCmp()

static int System.Decimal.DecCalc.VarDecCmp ( [In] decimal d1,
[In] decimal d2 )
inlinestaticpackage

Definition at line 1615 of file Decimal.cs.

1616 {
1617 int hi = d1.hi;
1618 int mid = d1.mid;
1619 int mid2 = d1.mid;
1620 int num;
1621 if (mid == 0)
1622 {
1623 return num;
1624 }
1625 if (hi != 0)
1626 {
1627 return num;
1628 }
1629 return num;
1630 }
class f__AnonymousType0<< Count > j__TPar
readonly int hi
Definition Decimal.cs:1324
readonly int mid
Definition Decimal.cs:1330

References System.Decimal.hi, j__TPar, and System.Decimal.mid.