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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Numerics.NumericsHelpers.DangerousMakeTwosComplement
static void DangerousMakeTwosComplement(uint[] d)
Definition
NumericsHelpers.cs:10
System.Numerics.NumericsHelpers.CombineHash
static uint CombineHash(uint u1, uint u2)
Definition
NumericsHelpers.cs:30
System.Numerics.NumericsHelpers.Abs
static uint Abs(int a)
Definition
NumericsHelpers.cs:24
System.Numerics.NumericsHelpers.MakeUlong
static ulong MakeUlong(uint uHi, uint uLo)
Definition
NumericsHelpers.cs:18
System.Numerics.NumericsHelpers.CombineHash
static int CombineHash(int n1, int n2)
Definition
NumericsHelpers.cs:36
System.Numerics.NumericsHelpers
Definition
NumericsHelpers.cs:8
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Numerics
Definition
ConstantHelper.cs:5
System
Definition
__ComObject.cs:4
source
System.Numerics
System
Numerics
NumericsHelpers.cs
Generated by
1.10.0