Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Internal.Hash Class Reference

Static Package Functions

static int Combine (int newKey, int currentKey)
 
static int Combine (uint newKey, int currentKey)
 
static int Combine (bool newKeyPart, int currentKey)
 
static int GetFNVHashCode (byte[] data)
 
static int GetFNVHashCode (ImmutableArray< byte > data)
 

Static Package Attributes

const int FnvOffsetBias = -2128831035
 
const int FnvPrime = 16777619
 

Detailed Description

Definition at line 5 of file Hash.cs.


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