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

◆ GetHashCode()

override int System.Numerics.Vector< T >.GetHashCode ( )
inline

Definition at line 136 of file Vector.cs.

137 {
138 bool isHardwareAccelerated = Vector.IsHardwareAccelerated;
139 Type type;
140 Type type2;
141 bool flag = type == type2;
142 long num = 0L;
143 long num2 = 0L;
144 T t = this[(int)num];
145 int num3;
146 return HashHelpers.Combine((int)num2, num3);
147 }
class f__AnonymousType0<< Count > j__TPar
static int Combine(int h1, int h2)

References System.Numerics.Hashing.HashHelpers.Combine(), System.Numerics.Vector< T >.IsHardwareAccelerated, j__TPar, and System.L.