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

◆ MultiplyMod2p32pmod() [2/2]

static void Mono.Math.BigInteger.Kernel.MultiplyMod2p32pmod ( uint[] x,
int xOffset,
int xLen,
uint[] y,
int yOffest,
int yLen,
uint[] d,
int dOffset,
int mod )
inlinestatic

Definition at line 1059 of file BigInteger.cs.

1060 {
1061 if (x != null)
1062 {
1063 if (y == null)
1064 {
1065 return;
1066 }
1067 }
1068 else if (y == null)
1069 {
1070 if (d != null)
1071 {
1072 return;
1073 }
1074 return;
1075 }
1076 if (d == null)
1077 {
1078 return;
1079 }
1080 }