CityHash
Namespace: UAssetAPI
public class CityHash
Constructors
CityHash()
public CityHash()
Methods
CityHash32(Byte, UInt32)*
public static uint CityHash32(Byte* s, uint len)
Parameters
s
Byte*
len
UInt32
Returns
CityHash64(Byte, UInt32)*
public static ulong CityHash64(Byte* s, uint len)
Parameters
s
Byte*
len
UInt32
Returns
CityHash64WithSeed(Byte, UInt32, UInt64)*
public static ulong CityHash64WithSeed(Byte* s, uint len, ulong seed)
Parameters
s
Byte*
len
UInt32
seed
UInt64
Returns
CityHash64WithSeeds(Byte, UInt32, UInt64, UInt64)*
public static ulong CityHash64WithSeeds(Byte* s, uint len, ulong seed0, ulong seed1)
Parameters
s
Byte*
len
UInt32
seed0
UInt64
seed1
UInt64
Returns
CityHash128to64(Uint128_64)
public static ulong CityHash128to64(Uint128_64 x)