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
NumericsHelpers.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Numerics
5{
6 // Token: 0x02000006 RID: 6
7 internal static class NumericsHelpers
8 {
9 // Token: 0x0600002A RID: 42 RVA: 0x00002660 File Offset: 0x00000860
10 public static void DangerousMakeTwosComplement(uint[] d)
11 {
12 if (d != null)
13 {
14 }
15 }
16
17 // Token: 0x0600002B RID: 43 RVA: 0x0000222F File Offset: 0x0000042F
18 public static ulong MakeUlong(uint uHi, uint uLo)
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x0600002C RID: 44 RVA: 0x0000222F File Offset: 0x0000042F
24 public static uint Abs(int a)
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28
29 // Token: 0x0600002D RID: 45 RVA: 0x0000222F File Offset: 0x0000042F
30 public static uint CombineHash(uint u1, uint u2)
31 {
32 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
33 }
34
35 // Token: 0x0600002E RID: 46 RVA: 0x0000222F File Offset: 0x0000042F
36 public static int CombineHash(int n1, int n2)
37 {
38 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
39 }
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static void DangerousMakeTwosComplement(uint[] d)
static uint CombineHash(uint u1, uint u2)
static ulong MakeUlong(uint uHi, uint uLo)
static int CombineHash(int n1, int n2)