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

◆ LowestSetBit() [2/2]

int Mono.Math.BigInteger.LowestSetBit ( )
inline

Definition at line 363 of file BigInteger.cs.

364 {
365 if (!true)
366 {
367 }
368 long num = 0L;
369 bool flag = this == (uint)num;
370 bool flag2 = this.TestBit(0);
371 return 0;
372 }
class f__AnonymousType0<< Count > j__TPar
bool TestBit(int bitNum)

References j__TPar, System.L, and Mono.Math.BigInteger.TestBit().