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
System.Numerics.BigIntegerCalculator Class Reference

Static Public Member Functions

static uint[] Add (uint[] left, uint right)
 
static uint[] Add (uint[] left, uint[] right)
 
static uint[] Subtract (uint[] left, uint right)
 
static uint[] Subtract (uint[] left, uint[] right)
 
static int Compare (uint[] left, uint[] right)
 

Static Private Member Functions

static unsafe void Add (uint *left, int leftLength, uint *right, int rightLength, uint *bits, int bitsLength)
 
static unsafe void Subtract (uint *left, int leftLength, uint *right, int rightLength, uint *bits, int bitsLength)
 
static BigIntegerCalculator ()
 

Static Private Attributes

static int ReducerThreshold
 
static int SquareThreshold
 
static int AllocationThreshold
 
static int MultiplyThreshold
 

Detailed Description

Definition at line 7 of file BigIntegerCalculator.cs.


The documentation for this class was generated from the following file: