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

◆ operator*() [1/3]

static BigInteger Mono.Math.BigInteger.operator* ( BigInteger bi,
int i )
inlinestatic

Definition at line 158 of file BigInteger.cs.

159 {
160 if (bi == null)
161 {
162 return 0;
163 }
165 return bigInteger;
166 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.