Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.HashHelpers Class Reference

Static Public Member Functions

static ulong GetFastModMultiplier (uint divisor)
 
static uint FastMod (uint value, uint divisor, ulong multiplier)
 
static bool IsPrime (int candidate)
 
static int GetPrime (int min)
 
static int ExpandPrime (int oldSize)
 
static ulong GetFastModMultiplier (uint divisor)
 
static uint FastMod (uint value, uint divisor, ulong multiplier)
 
static bool IsPrime (int candidate)
 
static int GetPrime (int min)
 
static int ExpandPrime (int oldSize)
 

Properties

static ConditionalWeakTable< object, SerializationInfoSerializationInfoTable [get]
 

Static Private Attributes

static readonly int[] s_primes
 
static ConditionalWeakTable< object, SerializationInfos_serializationInfoTable
 

Detailed Description

Definition at line 5 of file HashHelpers.cs.


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