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

◆ BigInteger() [9/12]

Mono.Math.BigInteger.BigInteger ( BigInteger bi,
uint len )
inline

Definition at line 43 of file BigInteger.cs.

44 {
45 int num = 1;
46 this.length = (uint)num;
47 base..ctor();
48 if (bi.length != 0U)
49 {
50 uint[] array = bi.data;
51 uint num2 = bi.length;
52 return;
53 }
54 long num3 = 0L;
55 this.length = (uint)num3;
56 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, System.L, and System.U.