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

◆ IsProbablePrime()

bool Mono.Math.BigInteger.IsProbablePrime ( )
inline

Definition at line 554 of file BigInteger.cs.

555 {
556 if (!true)
557 {
558 }
560 BigInteger.Sign sign = BigInteger.Kernel.Compare(this, bigInteger);
561 uint num = this.length;
562 if (num != 0U)
563 {
564 uint[] array = this.data;
565 long num2 = 0L;
566 while (num2 != 0L)
567 {
568 }
569 return false;
570 }
571 bool flag;
572 return flag;
573 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Mono.Math.BigInteger.Kernel.Compare(), Mono.Math.BigInteger.data, j__TPar, System.L, Mono.Math.BigInteger.length, and System.U.