Method CombineHashes
CombineHashes<TValue, TGetter>(int, void*, Hash128*)
Combine all of the hashes of a collection of hashes.
선언
public static void CombineHashes<TValue, TGetter>(int count, void* hashes, Hash128* outHash) where TValue : struct where TGetter : struct, CoreUnsafeUtils.IKeyGetter<TValue, Hash128>
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | count | Number of hash to combine. |
void* | hashes | Hashes to combine. |
Hash128* | outHash | Hash to update. |
타입 파라미터
이름 | 설명 |
---|---|
TValue | |
TGetter |
CombineHashes(int, Hash128*, Hash128*)
선언
public static void CombineHashes(int count, Hash128* hashes, Hash128* outHash)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | count | |
Hash128* | hashes | |
Hash128* | outHash |