C# Класс CityHash.CityHash

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCityHash32 ( this value ) : UInt32
GetCityHash64 ( this value ) : System.UInt64
GetCityHash64 ( this value, System.UInt64 seed ) : System.UInt64
GetCityHash64 ( this value, System.UInt64 seed0, System.UInt64 seed1 ) : System.UInt64

Описание методов

GetCityHash32() публичный статический Метод

public static GetCityHash32 ( this value ) : UInt32
value this
Результат System.UInt32

GetCityHash64() публичный статический Метод

public static GetCityHash64 ( this value ) : System.UInt64
value this
Результат System.UInt64

GetCityHash64() публичный статический Метод

public static GetCityHash64 ( this value, System.UInt64 seed ) : System.UInt64
value this
seed System.UInt64
Результат System.UInt64

GetCityHash64() публичный статический Метод

public static GetCityHash64 ( this value, System.UInt64 seed0, System.UInt64 seed1 ) : System.UInt64
value this
seed0 System.UInt64
seed1 System.UInt64
Результат System.UInt64