XXHash Class |
Namespace: Gamelogic.Extensions.Internal.HashFunctions
public class XXHash : HashFunction
The XXHash type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHash(Byte) | ||
| GetHash(Int32) | (Overrides HashFunctionGetHash(Int32).) | |
| GetHash(Int32) | (Overrides HashFunctionGetHash(Int32).) | |
| GetHash(UInt32) | ||
| GetHash(Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| GetHash(Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Range(Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Range(Int32, Int32, Int32) |
Gets a hash value in the given range (including the minimum value but exlcuding the maximum).
(Inherited from HashFunction.) | |
| Range(Single, Single, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Range(Single, Single, Int32) |
Gets a float presentation of the hash value in the given range.
(Inherited from HashFunction.) | |
| Range(Int32, Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Range(Single, Single, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Range(Int32, Int32, Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Range(Single, Single, Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| ToString | (Inherited from Object.) | |
| Value(Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Value(Int32) |
Gets a floating point value representation (between 0 and 1) of the hash for the given data.
(Inherited from HashFunction.) | |
| Value(Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) | |
| Value(Int32, Int32, Int32) |
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |