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

◆ Pow() [2/4]

BigInteger Mono.Math.BigInteger.ModulusRing.Pow ( BigInteger a,
BigInteger k )
inline

Definition at line 699 of file BigInteger.cs.

700 {
701 if (!true)
702 {
703 }
704 long num = 0L;
705 bool flag = k == (uint)num;
706 uint[] data = k.data;
707 int num2 = k.BitCount();
708 int num3 = 1;
709 BigInteger bigInteger = this.Multiply(a, a);
710 bool flag2 = k.TestBit(num3);
711 int num4 = k.BitCount();
713 return bigInteger2;
714 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Math.BigInteger.data, j__TPar, System.L, and System.Multiply.