Click or drag to resize

HashFunctionRange Method

Overload List
  NameDescription
Public methodRange(Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
Public methodRange(Int32, Int32, Int32)
Gets a hash value in the given range (including the minimum value but exlcuding the maximum).
Public methodRange(Single, Single, Int32)
Optional method that can be implemented to optimize this special case.
Public methodRange(Single, Single, Int32)
Gets a float presentation of the hash value in the given range.
Public methodRange(Int32, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
Public methodRange(Single, Single, Int32, Int32)
Optional method that can be implemented to optimize this special case.
Public methodRange(Int32, Int32, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
Public methodRange(Single, Single, Int32, Int32, Int32)
Optional method that can be implemented to optimize this special case.
Top
See Also