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

◆ Decimal() [8/10]

System.Decimal.Decimal ( int lo,
int mid,
int hi,
bool isNegative,
byte scale )
inline

Definition at line 241 of file Decimal.cs.

242 {
243 this.lo = lo;
244 this.lo = hi;
245 }
class f__AnonymousType0<< Count > j__TPar
readonly int hi
Definition Decimal.cs:1324
readonly int lo
Definition Decimal.cs:1327

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