Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Numerics.BigIntegerCalculator.BitsBuffer Struct Reference

Public Member Functions

 BitsBuffer (int size, uint value)
 
 BitsBuffer (int size, uint[] value)
 
unsafe void MultiplySelf (ref BitsBuffer value, ref BitsBuffer temp)
 
unsafe void SquareSelf (ref BitsBuffer temp)
 
void Reduce (ref FastReducer reducer)
 
unsafe void Reduce (uint[] modulus)
 
unsafe void Reduce (ref BitsBuffer modulus)
 
void Overwrite (ulong value)
 
void Overwrite (uint value)
 
uint[] GetBits ()
 
int GetSize ()
 
int GetLength ()
 
void Refresh (int maxLength)
 

Private Member Functions

void Apply (ref BitsBuffer temp, int maxLength)
 

Private Attributes

uint[] _bits
 
int _length
 

Detailed Description

Definition at line 5 of file BigIntegerCalculator.cs.


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