Click or drag to resize

XXHash Methods

The XXHash type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHash(Byte)
Public methodGetHash(Int32) (Overrides HashFunctionGetHash(Int32).)
Public methodGetHash(Int32) (Overrides HashFunctionGetHash(Int32).)
Public methodGetHash(UInt32)
Public methodGetHash(Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodGetHash(Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRange(Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodRange(Int32, Int32, Int32)
Gets a hash value in the given range (including the minimum value but exlcuding the maximum).
(Inherited from HashFunction.)
Public methodRange(Single, Single, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodRange(Single, Single, Int32)
Gets a float presentation of the hash value in the given range.
(Inherited from HashFunction.)
Public methodRange(Int32, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodRange(Single, Single, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodRange(Int32, Int32, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodRange(Single, Single, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodToString (Inherited from Object.)
Public methodValue(Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodValue(Int32)
Gets a floating point value representation (between 0 and 1) of the hash for the given data.
(Inherited from HashFunction.)
Public methodValue(Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Public methodValue(Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
(Inherited from HashFunction.)
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also